Skip to content
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
@Alexsey

Description

@Alexsey

Here is plunker

  1. Enter 'aaa' in input
  2. Remove focus outside of input
  3. 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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions