Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

fix(android): fix TextArea hinttextid #13935

Merged
merged 2 commits into from
Oct 20, 2023

Conversation

m1ga
Copy link
Contributor

@m1ga m1ga commented Oct 14, 2023

In a TextArea you can use hinttextid. It is missing in the documentation and it currently doesn't work when setting it on creation. It works fine when you assign in as a property.

Test

const window = Ti.UI.createWindow();
const tf = Ti.UI.createTextArea({hinttextid:"myLangId",width: 200,height:200});
window.add(tf);
window.open();

(you have to add a language string with myLangId to your project)

@m1ga m1ga changed the title fix(android): fix textarea hinttextid fix(android): fix TextArea hinttextid Oct 14, 2023
@hansemannn hansemannn merged commit 845a08d into master Oct 20, 2023
@m1ga m1ga deleted the 231014_android_textarea_hinttextid branch October 20, 2023 18:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants