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
I used to be able to enter decimals like "3.5" or "10.0", etc.. but it stopped working recently. I've confirmed that the same issue exists on the bootstrap-vue website - under "Type number:" section (https://bootstrap-vue.js.org/docs/components/form-input/)
Strangely, I can still enter a decimal if I type it elsewhere, and copy / paste into the form field. b-form-input seems to be preventing me from entering "." character.