abadi199 / elm-input-extra

🔢 Commonly used Html element with extra functionality
http://package.elm-lang.org/packages/abadi199/elm-input-extra/latest
MIT License
51 stars 12 forks source link

Support for floats #15

Open lucca65 opened 6 years ago

lucca65 commented 6 years ago

Hi! I'm looking into using this lib for float numbers, and not only Int, is there any plans to support it?

Natim commented 3 years ago

I am also interested, I used a MaskedInput to enter percentage it looks like that:

pattern = "##,## %"

But it doesn't cover case where there less than to digits before the column.