You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ x ] bug report => Search github for a similar issue or PR before submitting
[ ] feature request => Please check if request is not on the roadmap already https://github.com/primefaces/primeng/wiki/Roadmap
[ ] support request => Please do not submit support request here, instead see http://forum.primefaces.org/viewforum.php?f=35
Current behavior
Today it's not possible to use inputMask with dynamic mask (mask stored in variable), because when component mask initialize with empty string inputMask brakes.
Expected behavior
Support an empty string or null and change mask when the source is changed.
What is the motivation / use case for changing the behavior?
Allow to use inputMask with dynamic source.
Angular version: 4.1.X
PrimeNG version: 4.0.X
Browser: [ Chrome 58 ]
Language: [TypeScript 2.2]
The text was updated successfully, but these errors were encountered:
sousajunior
changed the title
Mask with dynamic source
InputMask with dynamic source
May 2, 2017
I'm submitting a ... (check one with "x")
Plunkr Case (Bug Reports)
http://plnkr.co/edit/i8PXBoQZwcHDjr2pZDBo
Current behavior
Today it's not possible to use inputMask with dynamic mask (mask stored in variable), because when component mask initialize with empty string inputMask brakes.
Expected behavior
Support an empty string or null and change mask when the source is changed.
What is the motivation / use case for changing the behavior?
Allow to use inputMask with dynamic source.
The text was updated successfully, but these errors were encountered: