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

[TIMOB-10565] fixed all text in TextField being treated like hintText #2850

Closed
wants to merge 1 commit into from

Conversation

jonalter
Copy link
Contributor

Fixes TIMOB-10565 and TIMOB-10639

return this._capitalize(this._field.value = value);
},
post: "_updateHint",
Copy link
Contributor

Choose a reason for hiding this comment

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

_updateHint is a method on the child class TextField, meaning that this will code will crash if you use a TextArea.

@cb1kenobi
Copy link
Contributor

This issue was fixed by Bryan in PR #2907.

@cb1kenobi cb1kenobi closed this Sep 21, 2012
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.

None yet

3 participants