tiqi-group / pydase

A Python library for creating remote control interfaces of Python objects.
https://pydase.readthedocs.io
MIT License
1 stars 1 forks source link

fix: correctly handling minus sign input in NumberComponent #157

Closed mosmuell closed 1 week ago

mosmuell commented 1 week ago

When selecting the whole range in a NumberComponent and pressing the minus sign, the component will add or remove the sign, depending on the current state. This is not expected behaviour. We expect that the minus sign will replace the selection if it begins at 0.