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
For example, I want my date to be formatted like 'YYYY-MM-DD' on blur. At first it works, but if I select a value and focus and unfocus about two or three times it stops formatting.
As you can see below, it may get very messy and cofusing for the user to correct the value, since the format stops working. I tried to use along a Mask component, but both components were asking for isolated scope, so it was impossible to use.
Is there a workaround?
The text was updated successfully, but these errors were encountered:
I tested on oficial plunkers
like this:
https://embed.plnkr.co/rWtdhO
For example, I want my date to be formatted like 'YYYY-MM-DD' on blur. At first it works, but if I select a value and focus and unfocus about two or three times it stops formatting.
As you can see below, it may get very messy and cofusing for the user to correct the value, since the format stops working. I tried to use along a Mask component, but both components were asking for isolated scope, so it was impossible to use.
Is there a workaround?
The text was updated successfully, but these errors were encountered: