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/enum rendering #105

Closed mosmuell closed 7 months ago

mosmuell commented 7 months ago

Changing an enum in the frontend updated the backend value but the frontend did not update as the enumValue variable was not updated. This is fixed now. This MR also changes how enums are displayed: instead of showing "key - value ", it will only show value now. Read-only enums also show value.