This repository was archived by the owner on Apr 12, 2024. It is now read-only.
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
$parsers functions may not run when they should #8077
Closed
Description
Here is plunker
- Enter 'aaa' in input
- Remove focus outside of input
- Clear input and write 'aaa' again
Result: 'aaa' in input, 'a.a.a' in model
Should be: 'a.a.a' in input and model should not be different from input
As we can see in console, $parsers functions are not running after changing input value to one was entered before, even if it where changed between inputs