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

Two way databinding #29

Open
IntelliJAbhishek opened this issue Feb 20, 2021 · 4 comments
Open

Two way databinding #29

IntelliJAbhishek opened this issue Feb 20, 2021 · 4 comments

Comments

@IntelliJAbhishek
Copy link

How to use this edit text with two way data binding?

@VicMikhailau
Copy link
Owner

VicMikhailau commented Feb 20, 2021

Hi, @IntelliJAbhishek.
MskedEditText is just usual custom EditText. Please follow the android developer guidelines.
If you have some problems with MaskedEditText, you can create an own realization of it based on the code provided in the library.
Thanks.

@IntelliJAbhishek
Copy link
Author

Yeah but due to text watcher we can't use data-binding directly

@VicMikhailau
Copy link
Owner

@IntelliJAbhishek Yes. I see. Unfortunately, I can't provide a particular way for that case. I can only suggest trying to use library classes directly in your project and override the needed behavior.

@VicMikhailau
Copy link
Owner

@IntelliJAbhishek If you find any solution please post it here and feel to free make any improvements to the library by creating e.g. a pull request.
Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants