I’m having trouble getting Hydro to handle decimal numbers across different cultures.
Right now, it seems to only accept either a decimal dot or a comma depending on the current server culture, but not both. This is a problem, as client culture may be different.
I suspect this could be solved by configuring the JSON serializer options. Unfortunately, those settings are internal, so I haven’t been able to test it.
Has anyone else run into this issue?
I’m having trouble getting Hydro to handle decimal numbers across different cultures.
Right now, it seems to only accept either a decimal dot or a comma depending on the current server culture, but not both. This is a problem, as client culture may be different.
I suspect this could be solved by configuring the JSON serializer options. Unfortunately, those settings are internal, so I haven’t been able to test it.
Has anyone else run into this issue?