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 following code produces a wrong preview of the input values in Safari browser: <select class="form-control mobileSelect"> <option value="0">=</option> <option value="-1"><</option> <option value="1">></option> </select>
Clicking the field and selecting "bigger than" in the preview produces a "smaller than"- entry in the field.
The text was updated successfully, but these errors were encountered:
The following code produces a wrong preview of the input values in Safari browser:
<select class="form-control mobileSelect"> <option value="0">=</option> <option value="-1"><</option> <option value="1">></option> </select>
Clicking the field and selecting "bigger than" in the preview produces a "smaller than"- entry in the field.
The text was updated successfully, but these errors were encountered: