rjsf-team/react-jsonschema-form

Add support for input 'autocapitalize' attribute

Open

#2,187 opened on 2021年1月4日

GitHub で見る
 (0 comments) (2 reactions) (0 assignees)TypeScript (13,175 stars) (2,136 forks)batch import
corefeaturehelp wanted

説明

Prerequisites

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.

コントリビューターガイド