clearValue not functioning as expected
Input controls with a clearValue set are allowing the text content to be deleted and not replacing with the string specified in the clearValue
key.
The attached devstack demonstrates the issue with a single input control in the pList.
1.Delete the text from the input setting
2.Click away to another control
Expected result: the control is repopulated with the clearValue string of neverBlank
Observed: the control is allowed to remain blank.
The same behavior is observed with Stacks 3.6.7b1(4227) and Stacks 4.0.3b2(4792)