tomcl / issie

Issie - an intuitive cross-platform hardware design application. https://tomcl.github.io/issie
GNU General Public License v3.0
69 stars 96 forks source link

Numeric input with commas should be intuitive #439

Closed tomcl closed 1 month ago

tomcl commented 6 months ago

Is your feature request related to a problem? Please describe. Currently entering binary or hex numbers with comma separators gives an error, which might lead users to think these input methods do not work. Describe the solution you'd like Modify the input box parsing so it can contain commas which are filtered out

Describe alternatives you've considered Alternatively we could prevent "," from appearing in a numeric input box. That would have the disadvantage that long binary numbers would be less readable.

Additional context Add any other context or screenshots about the feature request here.

tomcl commented 1 month ago

Fixed in v5.1.x by the new numeric input function.