wokwi-features icon indicating copy to clipboard operation
wokwi-features copied to clipboard

Entering the resistor value with . and ,

Open Koepel opened this issue 1 year ago • 0 comments

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".

Koepel avatar Jul 18 '23 16:07 Koepel