neos / form-builder

Flow Form Framework integration into Neos CMS
GNU General Public License v3.0
18 stars 30 forks source link

Adding two properties autocapitalize and inputmode to be used in input and textarea form elements. #95

Open mkuiphuis opened 3 years ago

mkuiphuis commented 3 years ago

Add two mixins for "autocapitalize" and "inputmode" which can be added to input and textarea form elements. The inputmode determines which keyboard is going to be displayed on mobile devices without a physical keyboard. The autocapitalize attribute tells mobile browsers how to capitalize the contents of the form field.