rjsf-team/react-jsonschema-form
Add support for input 'autocapitalize' attribute
Ouverte
#2 187 ouverte le 4 janv. 2021
corefeaturehelp wanted
Métriques du dépôt
- Stars
- (13 175 étoiles)
- Métriques de merge PR
- (Métriques PR en attente)
Description
Prerequisites
- I have read the documentation;
Description
It looks like setting autocapitalize attribute for inputs is not supported (without writing a custom component).
It would help to improve usability of forms especially on mobile devices. See docs and demo.
How to implement
I think it could be added like autocomplete got added.