You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 7, 2022. It is now read-only.
Placeholder attribute fires input event in IE ( vuejs/vue#7138 ), that produces wrong input event. It can be resolved by spread $listeners in DateTime.vue component and check for event.
Steps To Reproduce:
<datetime v-model="test" placeholder="test placeholder" />
And on click on input this error in console (input event)
The text was updated successfully, but these errors were encountered:
Versions
Description:
Placeholder attribute fires input event in IE ( vuejs/vue#7138 ), that produces wrong input event. It can be resolved by spread $listeners in DateTime.vue component and check for event.
Steps To Reproduce:
<datetime v-model="test" placeholder="test placeholder" />
And on click on input this error in console (input event)
The text was updated successfully, but these errors were encountered: