elm-input-extra
elm-input-extra copied to clipboard
Support for floats
Hi! I'm looking into using this lib for float numbers, and not only Int, is there any plans to support it?
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.