You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Buttons should be able to have focus set on them at runtime, not just with autofocus at build time. This allows the button to be activated and made to have focus so the user does not have to use the mouse.
(Optional): Suggest A Solution
The text was updated successfully, but these errors were encountered:
…ed, Text and Icon buttons (flet-dev#1079)
* Focusable ElevatedButton
Closeflet-dev#1048
* Added focus/blur to outlined, text and icon buttons
* Re-do `focus()` in `TextField` and `Dropdown`
zrr1999
pushed a commit
to zrr1999/flet
that referenced
this issue
Jul 17, 2024
…ed, Text and Icon buttons (flet-dev#1079)
* Focusable ElevatedButton
Closeflet-dev#1048
* Added focus/blur to outlined, text and icon buttons
* Re-do `focus()` in `TextField` and `Dropdown`
Please Describe The Problem To Be Solved
Buttons should be able to have focus set on them at runtime, not just with autofocus at build time. This allows the button to be activated and made to have focus so the user does not have to use the mouse.
(Optional): Suggest A Solution
The text was updated successfully, but these errors were encountered: