0👍
I don’t have access to Safari but did you try adding an empty placeholder
? Before the v-bind
.
<input autocomplete='off' type="text" ref="inputPlaceholderUser" placeholder="" v-bind:placeholder='user.name'>
- [Vuejs]-Is it possible to submit data to separate tables using the same form?
- [Vuejs]-VueJS – Display Input Image Kills Browser
Source:stackexchange.com