rjsf-team/react-jsonschema-form

Add support for input 'autocapitalize' attribute

Open

#2,187 创建于 2021年1月4日

在 GitHub 查看
 (0 评论) (2 反应) (0 负责人)TypeScript (13,175 star) (2,136 fork)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.

贡献者指南