elm-input-extra icon indicating copy to clipboard operation
elm-input-extra copied to clipboard

Support for floats

Open lucca65 opened this issue 7 years ago • 1 comments

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

lucca65 avatar Jun 27 '18 21:06 lucca65

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.

Natim avatar Nov 23 '20 10:11 Natim