This repository was archived by the owner on Aug 23, 2022. It is now read-only.
This repository was archived by the owner on Aug 23, 2022. It is now read-only.
Reset intent on Control is not cleared when updateOn="blur"
#982
Closed
Description
The Problem
Control component does not clear reset
intent, when updateOn
(or validateOn
) is set to blur
. This forces the input to always show the initial value, and it becomes unchangeable.
Seems to be due to these lines of code.
Steps to Reproduce
- Issue reset event on control's model
- Render
Control.text
withupdateOn="blur"
Expected Behavior
Input text can be changed
Actual Behavior
Input text cannot be changed
Reproducible Code Example
Metadata
Metadata
Assignees
Labels
No labels