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
If you render a number input and select the value, the embedded web view will become unresponsive. I believe there's some code accessing setSelectionRange on the input, but that method can't be used on a number input.
Uncaught DOMException: Failed to execute 'setSelectionRange' on 'HTMLInputElement': The input element's type ('number') does not support selection.
The text was updated successfully, but these errors were encountered:
If you render a number input and select the value, the embedded web view will become unresponsive. I believe there's some code accessing
setSelectionRange
on the input, but that method can't be used on a number input.The text was updated successfully, but these errors were encountered: