-
Notifications
You must be signed in to change notification settings - Fork 298
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
How I get the value with prefix? #686
Comments
I use a crutch: |
…#830) * fix: dropSpecialCharacters false also should return prefix [ref:#686] * fix: linting errors [ref:#686] Co-authored-by: Igor Nepipenko <[email protected]>
@ABaranchugov @sbeka Hi. Thank you got using ngx-mask. Please try version 11.1.2 . Now you |
what about suffix? i need the same for it |
+1 |
How can I get the value along with the prefix?
For example:
<input prefix="+7 (7" mask="00) 000-00-00">
i get value without +7(7
i need value with prefix. Please help!
The text was updated successfully, but these errors were encountered: