Have an issue where using autofill (this isn’t about domain autofill, just using the iOS “password” button above the text input, searching for password and selecting) doesn’t actually update the v-model.
I can see the value in the shadow Dom but on submit nothing is passed. I have tried using refs but that value is undefined.
<ion-input ref="input" name="password" :type="passwordFieldType" v-model="form.password" id="password" required autocomplete="current-password" style="--padding-start: 0.5rem; color:#ffffff" class="bg-green-600 rounded w-full border-b border-white mt-2.5" @change="getPassword"></ion-input>
1 post - 1 participant