rjsf-team/react-jsonschema-form
GitHub で見るAdd support for input 'autocapitalize' attribute
Open
#2,187 opened on 2021年1月4日
corefeaturehelp wanted
Repository metrics
- Stars
- (13,175 stars)
- PR merge metrics
- (平均マージ 3d 17h) (30d で 32 merged PRs)
説明
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.