rjsf-team/react-jsonschema-form

Add support for input 'autocapitalize' attribute

Open

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

在 GitHub 查看
 (0 评论) (2 反应) (0 负责人)TypeScript (2,136 fork)batch import
corefeaturehelp wanted

仓库指标

Star
 (13,175 star)
PR 合并指标
 (平均合并 3天 17小时) (30 天内合并 32 个 PR)

描述

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.

贡献者指南