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
Attribute number not allowed on element input at this point.
That particular attribute should either be data-number (although I don't see how that is useful if we already know that its type="range"), or removed altogether.
The text was updated successfully, but these errors were encountered:
line https://github.com/vue-bulma/slider/blob/master/src/Slider.vue#L2 creates HTML that is invalid, as per HTML5 spec:
Attribute number not allowed on element input at this point.
That particular attribute should either be
data-number
(although I don't see how that is useful if we already know that itstype="range"
), or removed altogether.The text was updated successfully, but these errors were encountered: