rjsf-team/react-jsonschema-form

Add support for input 'autocapitalize' attribute

Open

#2.187 geöffnet am 4. Jan. 2021

Auf GitHub ansehen
 (0 Kommentare) (2 Reaktionen) (0 zugewiesene Personen)TypeScript (2.136 Forks)batch import
corefeaturehelp wanted

Repository-Metriken

Stars
 (13.175 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 3T 17h) (32 gemergte PRs in 30 T)

Beschreibung

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.

Contributor Guide