rjsf-team/react-jsonschema-form
Ver no GitHubAdd support for input 'autocapitalize' attribute
Open
#2.187 aberto em 4 de jan. de 2021
corefeaturehelp wanted
Métricas do repositório
- Stars
- (13.175 stars)
- Métricas de merge de PR
- (Mesclagem média 3d 17h) (32 fundiu PRs em 30d)
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.