Setup-Manager
Setup-Manager copied to clipboard
default key in assetTag user entry not populating
I am trying to prepopulate a default value for assetTag
during user entry in the 1.1beta. The value is not populating. Otherwise, the prompt is working fine: it has a placeholder value and the regex validates entries correctly.
Relevant portion of configuration:
<key>userEntry</key>
<dict>
<key>assetTag</key>
<dict>
<key>default</key>
<string>99998</string>
<key>placeholder</key>
<string>12345</string>
<key>validation</key>
<string>[1-9]\d{4}</string>
<key>validationMessage</key>
<string>A barcode number between 10000 and 99999</string>
</dict>
</dict>