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
Copy file name to clipboardExpand all lines: druid/extended/input.lua
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -87,7 +87,7 @@ end
87
87
-- @tfield[opt=false] bool IS_LONGTAP_ERASE Is long tap will erase current input data
88
88
-- @tfield[opt=*] string MASK_DEFAULT_CHAR Default character mask for password input
89
89
-- @tfield[opt=false] bool IS_UNSELECT_ON_RESELECT If true, call unselect on select selected input
90
-
-- @tfield[opt=false] bool IS_CONSUME_INPUT_WHILE_SELECTED If true, will consume input while input is selected. If false - it's allow to interact with other input component while selected
90
+
-- @tfield[opt=false] bool NO_CONSUME_INPUT_WHILE_SELECTED If true, will not consume input while input is selected. It's allow to interact with other components while input is selected (text input still captured)
91
91
-- @tfield function on_select (self, button_node) Callback on input field selecting
92
92
-- @tfield function on_unselect (self, button_node) Callback on input field unselecting
93
93
-- @tfield function on_input_wrong (self, button_node) Callback on wrong user input
@@ -98,7 +98,7 @@ function Input.on_style_change(self, style)
0 commit comments