How to auto capitalize a TextInput Field?

I want to create a TextInput in a resource form that automatically capitalizes the input from the user. How can achieve this?
1 Reply
LeandroFerreira
like this?
->extraAlpineAttributes(['@input' => '$el.value = $el.value.toUpperCase()'])
->extraAlpineAttributes(['@input' => '$el.value = $el.value.toUpperCase()'])
Want results from more Discord servers?
Add your server