Jan Biardzki

Results 4 issues of Jan Biardzki

Fixes https://github.com/marmelab/react-admin/issues/7986

**What you were expecting:** Providing `queryOptions={{enabled: false}}` in a List component should display nothing or empty component **What happened instead:** Error occurs because `data` returned from `useQuery` is undefined `Uncaught...

enhancement

**What you were expecting:** I expected that the `onBlur` event handler on NumberInput component would receive an event as an argument. **What happened instead:** The function provided to the `onBlur`...