Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

default key in assetTag user entry not populating #43

Closed
fraserhess opened this issue Oct 6, 2024 · 1 comment
Closed

default key in assetTag user entry not populating #43

fraserhess opened this issue Oct 6, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@fraserhess
Copy link

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>
@fraserhess fraserhess changed the title Use of default key in assetTag user entry default key in assetTag user entry not populating Oct 6, 2024
@scriptingosx scriptingosx added the bug Something isn't working label Oct 14, 2024
@scriptingosx
Copy link
Collaborator

fixed in 1.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants