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 was archived by the owner on Jan 7, 2022. It is now read-only.
If you create a Datetime.vue component, but don't provided an inputId, you get a console warning.
[DOM] Found 7 elements with non-unique id #: (More info: https://goo.gl/9p2vKq)
<input id type="text" class="vdatetime-input">
<input id type="text" class="vdatetime-input">
<input id type="text" class="vdatetime-input">
<input id type="text" class="vdatetime-input">
<input id type="text" class="vdatetime-input">
<input id type="text" placeholder="Select date" class="vdatetime-input my-input-class">
<input id type="text" class="vdatetime-input">