Description:
When you try to select / move the keyboard caret using the mouse inside an input having type=number and class form-control it does not select the text properly. (Only in Chrome).
It seems to work fine when the input does not have the form-control class, it also works fine in other browsers such as Firefox.
Steps to reproduce:
Just try to select a subpart of the number inside the input, or to change the caret position using the mouse. You'll notice that it behaves erratically.
Environment:
Device: MSI laptop using .
OS: Ubuntu 18.04.3 LTS (The same happens using a macOS with el Capitan).
Browser: Chrome
Version: 77.0.3865.90
Bootstrap version: v4.3.1
The text was updated successfully, but these errors were encountered:
Description:
When you try to select / move the keyboard caret using the mouse inside an
inputhavingtype=numberand classform-controlit does not select the text properly. (Only in Chrome).It seems to work fine when the
inputdoes not have theform-controlclass, it also works fine in other browsers such as Firefox.Minimal case:
https://codepen.io/verdegang/pen/ExxyKRK
Steps to reproduce:
Just try to select a subpart of the number inside the
input, or to change the caret position using the mouse. You'll notice that it behaves erratically.Environment:
Device: MSI laptop using .
OS: Ubuntu 18.04.3 LTS (The same happens using a macOS with el Capitan).
Browser: Chrome
Version: 77.0.3865.90
Bootstrap version: v4.3.1
The text was updated successfully, but these errors were encountered: