GreenDringo42

Results 2 comments of GreenDringo42

More than a year and it was never solved? :( I'm having the same issue. I can't find a way to remove the focus from the textfield so the keyboard...

Now you have to use ft.use_state to change properties in widgets. This is because widgets are now immutable and can only be re-rendered with changes in the state. ``` import...