Hi.
I would like to display default value in control decimalTextBox
in state "Disabled" and "Not cofigured".(I used attribute defaultValue="6" in the adml file pls see below)
<decimalTextBox refId="MyValueLength" defaultValue="6" spin="true" spinStep="1">Set the minimum len</decimalTextBox>
But only state "Enabled" then the control is active I can see it.
In other conditions I see minValue from the admx file.
<decimal id="MyValueLength" valueName="MyValueLength" required="true" minValue="2" maxValue="8" soft="true"/>
So Could I display default value in Disabled and Not Configured state using the control?
Or is it "as design"?