I was wondering how to change my append outer icon with 2 condition,i have tried this code but its not working AND i want to know if there is any way to check if the input is NUMBER in the component? Somebody please help me
<v-text-field
flat
solo
maxlength=16
:append-outer-icon="form.ktp.length !== 16 && isInteger(form.ktp) ? '' : 'mdi-checkbox-marked-circle'"
v-model="form.ktp"
></v-text-field>