You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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>
The text was updated successfully, but these errors were encountered:
fraserhess
changed the title
Use of default key in assetTag user entry
default key in assetTag user entry not populating
Oct 6, 2024
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:
The text was updated successfully, but these errors were encountered: