neos / form

Flow Form Framework
https://flow-form-framework.readthedocs.org/en/latest/
MIT License
15 stars 36 forks source link

FEATURE: Extensible input element attributes #142

Closed mkuiphuis closed 2 years ago

mkuiphuis commented 3 years ago

Add two additional attributes (autocapitalize and inputmode) to control the keyboard displayed on mobile devices (without a physical keyboard).

Input fields have both properties added Textarea fields have only the autocapitalize attribute added.

bwaidelich commented 2 years ago

I would suggest to expose additionalAttributes as form element properties

bwaidelich commented 2 years ago

Closing this one in favor of #163, as discussed with @mkuiphuis via Slack