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

addTextChangeListener #24

Closed
ChristophyBarth opened this issue May 29, 2022 · 2 comments · Fixed by #28
Closed

addTextChangeListener #24

ChristophyBarth opened this issue May 29, 2022 · 2 comments · Fixed by #28

Comments

@ChristophyBarth
Copy link

Great stuff you've created here!

It is very common that people could want to attach an addTextChangeListener. I see that SSCustomEdittextOutlinedBorder is a view but not directly an edittext view, which is why it doesn't have other default edittext features. I'd suggest that you add a method that returns the main edittext (for example username_tv.edittext). This way, people can directly access the edittext. But if that will be too heavy, you could add a method that returns the addTextChangeListener (which I and many people need), and probably some commonly used methods. Because we are limited to the methods you've provided.

MSajidJuneja added a commit that referenced this issue Jun 20, 2022
yashwantgowla-simform added a commit that referenced this issue Jun 20, 2022
…ange_listener

bugfix : #24 addTextChangeListener

LGTM.
@yashwantgowla-simform yashwantgowla-simform linked a pull request Jun 20, 2022 that will close this issue
@yashwantgowla-simform
Copy link
Collaborator

@chrisbarth01 Thanks for the suggestion. TextChangeListener feature has been added now. You will get new update in the next release.

@Mustafa74Dev
Copy link

Can we Have example of Textwatcher

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 a pull request may close this issue.

3 participants