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
The current implementation of removeWrongOnInput only listens to changes in <input> but not in <select>. I know the name is explicitly mentions inputs not select, but shouldn't that be the case as they are also kind of input?
The current implementation of
removeWrongOnInput
only listens to changes in<input>
but not in<select>
. I know the name is explicitly mentionsinputs
notselect
, but shouldn't that be the case as they are also kind ofinput
?Materialize-stepper/src/js/mstepper.js
Line 351 in be100c4
The text was updated successfully, but these errors were encountered: