-Unity 2022
-TextMeshPro 3.2.0 pre 4
-Google Chrome 114.0.5735.90
Input Field with different “Content Type”, for example only numbers or email invoke this exception on browser console and open pop up error when field is clicked with touch, possibly because is trying to open mobile keyboard?:
Invoking error handler due to
InvalidStateError: Failed to execute ‘setSelectionRange’ on ‘HTMLInputElement’: The input element’s type (‘number’) does not support selection.
Error: Failed to execute ‘setSelectionRange’ on ‘HTMLInputElement’: The input element’s type (‘number’) does not support selection.
at _JS_MobileKeyboard_SetTextSelection (…i hided this part for privacy
/Build/farming_build.framework.js:10:234148
at Object.touchEventHandlerFunc [as handlerFunc] (…i hided this part for privacy)
at HTMLCanvasElement.jsEventHandler (…i hided this part for privacy)