Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 4.2
-
Fix Version/s: EE-4.2.0.GA
-
Component/s: ACE-Components
-
Labels:None
-
Environment:Any
Description
When using an inField label, the mask is applied to the label. So, if you have, for example, mask="***" and label="abcde", you will only see 'abc' in the label, instead of 'abcde'.
<ace:maskedEntry mask="***" label="abcde" labelPosition="inField" />
<ace:maskedEntry mask="***" label="abcde" labelPosition="inField" />
Fix 'inField' rendering of the label by setting the label value on widget initialization.