rjsf-team/react-jsonschema-form

Add support for input 'autocapitalize' attribute

Open

#2187 aperta il 4 gen 2021

Vedi su GitHub
 (0 commenti) (2 reazioni) (0 assegnatari)TypeScript (2136 fork)batch import
corefeaturehelp wanted

Metriche repository

Star
 (13.175 star)
Metriche merge PR
 (Merge medio 3g 17h) (32 PR mergiate in 30 g)

Descrizione

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.

Guida contributor