New use_default_focus option for forms.

This commit is contained in:
MikeTheWatchGuy 2018-08-20 20:47:24 -04:00
parent d3d154b870
commit 4667a2f3ff
2 changed files with 6 additions and 4 deletions

View file

@ -20,7 +20,7 @@ with sg.FlexForm('Realtime Keyboard Test', return_keyboard_events=True, use_defa
break
if button is not None:
text_elem.Update(button)
elif value is None:
else:
break