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
Figured out that if to replace <span> to <label> for text handles, it works like a charm in both positions - inside label or outside. Is there any specific purpose of span tags?
Hello there.
Having problem with clicking on the text handles if toggle is placed into the label tag:
<label>
<input type="checkbox" class="toggle">
Toggle label
</label>
Main switch label works file and supports dragging, but text handles don't work, main container just gets focused.
Can that be fixed somehow?
The text was updated successfully, but these errors were encountered: