Textbox not showing values when decimals are used, culture is set to nl-NL

Answered
0
0

Hi,

There’s a bug when you change the culture in Default.json to nl-NL.

Textbox controls (and likely other controls) won’t display decimal values because of the “.” and “,”

Attached a sample.

Thanks,

Vincent

  • You must to post comments
Best Answer
0
0

To update the main thread. The native InputType in all browsers cannot be localized differently than the language used by the browser. It’s a know issue that is unrelated to Wisej.

  • You must to post comments
0
0

Hi vincent_,

We are looking for the cause of this issue,

we will report you as soon as it is resolved.

Best,

Kevin (ITG)

  • vincent_
    Thanks. Notice when you define a decimal with a whole number this bug doesn’t show. Which is why I think it has to do with the decimal separator.
  • Kevin
    • Kevin
    • Dec 16, 2021 - 7:57 pm
    vincent_, Is not a Wisej issue. Browsers cannot be localized other than their default language. https://www.w3schools.com/tags/tryit.asp?filename=tryhtml5_input_type_number
  • vincent_
    Ok but now what? I still think it’s a bug because if you were to set the value to 1.2345 and msgbox(Textbox1.text) it will show the value 1.2345 it just doesn’t display it in the textbox?
  • Luca (ITG)
    It’s not a Wisej bug. It’s not supported by any browser. It works only with the system localization, you cannot change it. Simply don’t use the native InputType. Or if you find a way to make it work let us know. You can search the same issue on stackoverflow as well. Try with plain html.
  • You must to post comments
Showing 2 results
Your Answer

Please first to submit.