tudo-aqua / bgw

BoardGameWork
https://tudo-aqua.github.io/bgw/
Apache License 2.0
24 stars 16 forks source link

[bgw-gui] Readonly option for TextFields #371

Open smilefx opened 1 year ago

smilefx commented 1 year ago

Is your feature request related to a problem? Please describe. Add a readonly property to TextField elements.

Describe the solution you'd like An isReadonly property that can be enabled / disabled whenever unfocusing the TextField and making it not editable anymore.

Describe alternatives you've considered Considered using isDisabled but this also changes the color of the text inside a TextField.