hs-dev-web

Results 6 issues of hs-dev-web

you already show kind of data react-admin expect from getList() but what about the other methods (create, update, delete)? is it an array of objects too just like getList()?

needs more info

### Prerequisites - [x] I have written a descriptive issue title - [X] I have searched existing issues to ensure the bug has not already been reported ### Fastify version...

- [x] I have looked at the documentation [here](https://pkg.go.dev/github.com/go-playground/validator/v10#section-documentation) first? - [x] I have looked at the examples provided that may showcase my question [here](/_examples)? ### Package version eg. v9,...

- [ ] I have looked at the documentation [here](https://pkg.go.dev/github.com/go-playground/validator/v10#section-documentation) first? - [ ] I have looked at the examples provided that may showcase my question [here](/_examples)? ### Package version...

**What you were expecting:** Just calling getList() once with this query param `filter: {"id":["13"]}` **What happened instead:** After select an item from sugestion list the component calling getList() two times,...

needs more info

This is my setting for the element: ``` const [choices, setChoices] = useState([]); { const newCategoryName = prompt("Example: 2 - Assets"); const split = newCategoryName.split("-"); // ["2 ", " Assets"]...