GEOLYTIX / xyz

An open source javascript framework for spatial data and application interfaces.
MIT License
87 stars 25 forks source link

Comma Decimal in Numeric Formatter for Slider Element #1499

Open dbauszus-glx opened 4 days ago

dbauszus-glx commented 4 days ago

The numeric formatter fails on slider element input elements for a user with a locale that uses comma decimals, eg. DE 🇩🇪

The comma seperator isn't displayed and the return is an integer instead of a float.

image

dbauszus-glx commented 3 days ago

I believe the issue to be unformatStringValue method of the numericFormatter module

image

image

RobAndrewHurst commented 2 days ago

https://github.com/GEOLYTIX/xyz/pull/1503

This is currently awaiting testing and approval.