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.

BUG - Html5 Validators are executed on model value change #6796

@ebonphoenix

Description

@ebonphoenix

Model values updated on scope is blocked by invalid input state on Html5 Validators.

Example:

  • Input box of type Number has current value= foo
  • Html5 validator correctly defines value as incorrect state
  • Code resets scope value to a valid number value
  • New number passes all standard validation
  • When it reaches addNativeHtml5Validators it checks input box value for validity not the new value on the scope
  • Input box value is set to undefined

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions