dependabot[bot] on npm_and_yarn
Bump minimist from 1.2.5 to 1.2… (compare)
dependabot[bot] on npm_and_yarn
Bump minimist from 1.2.5 to 1.2… (compare)
dependabot[bot] on npm_and_yarn
Bump ajv from 6.6.1 to 6.12.6 … (compare)
dependabot[bot] on npm_and_yarn
dependabot[bot] on npm_and_yarn
Bump ua-parser-js from 0.7.19 t… (compare)
dependabot[bot] on npm_and_yarn
Bump shelljs from 0.8.3 to 0.8.… (compare)
oninput
, if you type a value in, then click to move the cursor to the start of the line, then rapidly type a lot of keys the caret eventually jumps to the end of the input. I figure it's something with oninput timing with the value
, as using onchange
instead avoids this behaviour
onChange
value
sets the input value
defaultValue
doesn't update the field if the service call takes a while to return, even with a redraw, so I might go with the onchange
instead (lowercase intentional) since that wasn't jumping, and will just fire on blur instead of input
input
, since there you can set value
and oninput
without any caret jumping