wokwi-features
wokwi-features copied to clipboard
Entering the resistor value with . and ,
Today the new feature to enter a resistor value was made: https://github.com/wokwi/wokwi-features/issues/604
There is a problem to enter a resistor value when a browser is set to the Dutch language. In the Netherlands, we use the comma and point in the wrong way for numbers:
A comma for decimal: 3,14 A point for thousands: 1.000.000
In Wokwi, I can not enter a value of: 4.7 I can, however, enter a value of: 4,7 This "4,7" is automatically converted to "4.7".
When writing code, I am used to the normal way to use comma's and points. For example, a coordinate is "(3.5, -2.1)". I want to enter a resistor value as "4.7" or even as "4k7".