-
How to have uppercase on a TextInput to force in Maj the input characters |
Beta Was this translation helpful? Give feedback.
Answered by
danharrin
Jun 10, 2022
Replies: 2 comments 4 replies
-
I don't think HTML inputs have an option to do this |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
eaziweb95
-
alternative TextInput::make('name')
.....
->dehydrateStateUsing(fn(string $state): string => Str::upper($state)) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I don't think HTML inputs have an option to do this