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
When a NumberField is used inside a <label> element, then you can't click inside the input. It gets immediately de-selected. Plus/minus buttons still work.
When a
NumberField
is used inside a<label>
element, then you can't click inside the input. It gets immediately de-selected. Plus/minus buttons still work.See test MFiddle: http://montagejs.github.io/mfiddle/#!/7229077
I guess it has something to do that
<label>
s selectcheckbox
orradio
when inside?The text was updated successfully, but these errors were encountered: