rjsf-team/react-jsonschema-form

Add support for input 'autocapitalize' attribute

Open

#2 187 ouverte le 4 janv. 2021

Voir sur GitHub
 (0 commentaires) (2 réactions) (0 assignés)TypeScript (2 136 forks)batch import
corefeaturehelp wanted

Métriques du dépôt

Stars
 (13 175 stars)
Métriques de merge PR
 (Merge moyen 3j 17h) (32 PRs mergées en 30 j)

Description

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.

Guide contributeur