Is there a way that in form that when user input records it will automatically uppercase even in front end? #13246
Closed
christopherlllobrera
started this conversation in
General
Replies: 1 comment 2 replies
-
I found it ->extraInputAttributes(['onChange' => 'this.value = this.value.toUpperCase()']) |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I searched all the documentation the only option is autocapitalize. Which is capitalize the first letter of the word I input.
Beta Was this translation helpful? Give feedback.
All reactions