feat: add reusable AsyncSelect and ObjectSelect components with infinite scroll hook support
This commit is contained in:
@@ -683,6 +683,8 @@ export const FieldDatePicker = withRHF<DatePickerInputProps>(
|
||||
| `FieldRating` | `Rating` | Range | Star rating |
|
||||
| `FieldColorInput` | `ColorInput` | Color | Color picker with text input |
|
||||
| `FieldColorPicker` | `ColorPicker` | Color | Color picker only (uses `Input.Wrapper`) |
|
||||
| `FieldObjectSelect` | `Select / MultiSelect` | Selection | Stores full `T` or `T[]` object in RHF instead of string ID |
|
||||
| `FieldAsyncSelect` | `Select / MultiSelect` | Selection | Paginated infinite scroll select mapping API responses to RHF objects |
|
||||
| `FieldFileInput` | `FileInput` | File | File upload input |
|
||||
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user