shinyWidgets
shinyWidgets copied to clipboard
autonumericInput does not allow backspace to first digit
autonumericInput does not allow the first digit to be deleted e.g. if the default value is 0.3 I can not change it to 0.4 by backspacing 3 I can select the whole thing and type 0.4 but can not just delete three and change it to 4
if I add digits in front of 3 I can not still use backspace for 3 etc.
Seems to works fine in the first example in ?autonumericInput
. Do you see same behavior in http://autonumeric.org/examples ?
I do not see the issue in the link you provided http://autonumeric.org/examples. But it is an issue when I am using it in Shiny app