Completed
Last Updated: 07 Oct 2022 14:27 by ADMIN
Release R1 2023 - Increment 1 (26.10.2022)
Jef
Created on: 04 Oct 2022 08:01
Category: Input
Type: Bug Report
0
The Input's validation is not updated when the value of the component is updated programatically

Describe the bug
In a scenario where there is an Input with a required value that is not set initially, the Input has an invalid state. If we then programmatically update the value of the Input, the component continues to be invalid.

To Reproduce

  1. Open this StackBlitz example
  2. Wait for the value of the Input to be updated

Expected behavior
Once the Input has a value, it should become a valid one.

Screenshots
image

0 comments