Type String Object TextField Library native.* Revision Release 2024.3703 Keywords keyboard, text input, text field, native text See also object.setSelection
This iOS-only property controls the type of
"UITextClearButtonModeNever"
"UITextClearButtonModeWhileEditing"
"UITextClearButtonModeUnlessEditing"
"UITextClearButtonModeAlways"
Please consult the iOS documentation on UITextFieldViewMode for an explanation of each behavior.
local field = native.newTextField( 50, 150, 220, 36 ) field.clearButtonMode = "UITextClearButtonModeUnlessEditing"
© 2020-2024 Solar2D All Rights Reserved.
Help us help you! If you notice a problem with this page, please report it.