olton / Metro-UI-CSS

Impressive component library for expressive web development! Build responsive projects on the web with the first front-end component library in Metro Style. And now there are even more opportunities every day!
http://metroui.org.ua/
MIT License
7k stars 1.97k forks source link

Input Spinner Number Not Support Typing Decimal Point "dot" From Keyboard #1860

Open tomeroto opened 2 years ago

tomeroto commented 2 years ago

Hi,

I like to use input spinner from: https://metroui.org.ua/forms.html#_spinner

But I have problem when typing from keyboard some value with that have decimal point, for example: 231.21

Please help me what can I do for allow "dot" / "." char when typing from keyboard.

Thank you.

tomeroto commented 2 years ago

Ok I have fix issue by my self. I modified source of "metro.js" like show by picture below.

allow_ok

I hope it can help anyone that have same problem with it.