Hi there,
when changing attributes like password of the TextInputBaseField via callbacks the change is not visible immediately. In my case I have to hover the field before the change is applied.
I’m just using a TextField with password=true but wanted to have a show/hide toggle next to it. So I’m using the toggle callback to toggle the password attribute but this is not working as expected and as I said the change is not visible before hovering the TextField.
Other attributes like label will change immediately using the same callback.
Is this a bug or do some attributes require special care? Tried some dirty flags (MarkDirtyRepaint on the TextField) but that didn’t change anything in my case.
Thanks in advance.
Felix