I need to capitalize the input data of the model user.full_name. and if possible, should be written only in Latin letters
Vue js Uppercase
<p-input :value="value" @input="$emit('input', $event)" />
<UIFormInput
v-model="user.full_name "
class="w-full"
label="Full name"
/>
I have a lot of inputs. i need to uppercase some of them. more precisely the model is user.full_name. so I need help