aio-libs / aio-libs/aiohttp-admin
Allow customising components for fields/inputs
Open
- Dominant language
- Python
- Stars
- 219
- Forks
- 45
- Avg merge
- 4m
- Merged PRs (30d)
- 14
Description
We could look at providing some way in the schema for users to override which components are used for a given column (or override props in the existing component).
Additional components we'll probable want to start importing at this point:
https://marmelab.com/react-admin/ChipField.html
https://marmelab.com/react-admin/EmailField.html
https://marmelab.com/react-admin/FileField.html
https://marmelab.com/react-admin/ImageField.html
https://marmelab.com/react-admin/ReferenceManyCount.html
https://marmelab.com/react-admin/RichTextField.html
https://marmelab.com/react-admin/UrlField.html
Contributor guide
Assessment
This issue has not been assessed yet.