htmlstreamofficial / preline

Preline UI is an open-source set of prebuilt UI components based on the utility-first Tailwind CSS framework.
https://preline.co
MIT License
3.96k stars 263 forks source link

No support for Decimal on Input number element #358

Closed Bootstrap-Paradox closed 2 months ago

Bootstrap-Paradox commented 2 months ago

There's no way to track a Decimal on Input number, no options is provided if a decimal needs to be or not tracked in the number input.

Any input change provides the Integer value

jahaganiev commented 2 months ago

You may you for that Step Controls

Bootstrap-Paradox commented 2 months ago

Step works but it's not reliable, on Step of 0.1 value sometimes results in decimals like these - (4.200000000000001). and If the decimal value is entered in the input element it returns an Interger value.