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

Give access to underlying editText view #19

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

QuentinLB
Copy link

Hi this is more of a suggestion than a full blown PR but I started to use NumberSlidingPicker and I found myself wanting to use input mask and or other extension for EditText (eg https://github.com/RedMadRobot/input-mask-android). Most of them require a either reference to the EditText or extend it through inheritance and changing editText visibility help for the first case.
I don't have a lot of experience in Java or Kotlin so there might be issues or side effects with my solution.

Hi this is more of a suggestion than a full blown PR but I started to use NumberSlidingPicker and I found myself wanting to use input mask and or other extension for EditText (eg https://github.com/RedMadRobot/input-mask-android). Most of them require a either reference to the EditText or extend it through inheritance and changing `editText` visibility help for the first case.
I don't have a lot of experience in Java or Kotlin so there might be issues or side effects with my solution.
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

1 participant