Capitalize By Lov`u`e @heappynd Create a custom modifier for the 'v-model' directive that changes the first letter of the 'v-model' binding value to uppercase. <script setup> </script> <template> <input type="text" v-model.capitalize="" /> </template>