When typing in numeric fields, generates error 'Cannot set the selection end' · Issue #25 · SideeX/sideex · GitHub
More Web Proxy on the site http://driver.im/
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
With @BlancaInesAcosta we prepared a simple example that shows the problem:
https://codepen.io/blancainesacosta/full/wxQBZB/
with the following sideex test case:
The following picture shows the sideex output
The problem occurrs in input fields with the attribute
type='number'
. We also have seen the same problem in fields with attributetype='email'
A workaround we have been using is to remove such attribute before the command
type
.In this example it could be with:
as the following picture presents:

The text was updated successfully, but these errors were encountered: