Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

iOS: Add Clear Button Mode for iOS #573

Merged
merged 2 commits into from
May 30, 2023

Conversation

scottrules44
Copy link
Contributor

based on issue #370

local field = native.newTextField( 50, 150, 220, 36 ) --field.clearButtonMode = "UITextClearButtonModeNever" -- default field.clearButtonMode = "UITextClearButtonModeWhileEditing" --field.clearButtonMode = "UITextClearButtonModeUnlessEditing" --field.clearButtonMode = "UITextClearButtonModeAlways"

@scottrules44 scottrules44 requested a review from Shchvova as a code owner May 7, 2023 05:01
Copy link
Contributor

@Shchvova Shchvova left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice experimental change

@Shchvova Shchvova merged commit 8eba83a into coronalabs:master May 30, 2023
@scottrules44 scottrules44 deleted the clearButtonModeiOS branch October 13, 2023 17:38
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants