#344 work in progress on text field & paste events, re-show number field on val/min/max changes

This commit is contained in:
Mikayla Fischler
2023-09-19 23:51:58 -04:00
parent 7a87499aa4
commit a2182d9566
4 changed files with 207 additions and 4 deletions

View File

@ -131,6 +131,7 @@ local function push_button(args)
end
end
-- handle focus change
e.on_focused = show_pressed
e.on_unfocused = show_unpressed