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
I just wanted to clone a container and found out that at the corresponding page, there's a switch(ON/OFF) button that's undocumented.
The DOM contains traces of what probably should've been there: data-on-label="<small>Snapshot</small>" data-off-label="<small> Classic </small>"
Below is the code actually being ran: <span class="switch-left">ON</span><label> </label><span class="switch-right">OFF</span>
The text was updated successfully, but these errors were encountered:
herro
I just wanted to clone a container and found out that at the corresponding page, there's a switch(ON/OFF) button that's undocumented.
The DOM contains traces of what probably should've been there:
data-on-label="<small>Snapshot</small>" data-off-label="<small> Classic </small>"
Below is the code actually being ran:
<span class="switch-left">ON</span><label> </label><span class="switch-right">OFF</span>
The text was updated successfully, but these errors were encountered: