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

[5.x] Prevent comma completing tags when defining container validation rules #11132

Conversation

duncanmcclean
Copy link
Member

This pull request fixes an issue with the Taggable fieldtype when it's used for defining an asset container's validation rules, where a comma in a rule completes the tag, which can be frustrating in the context of validation rules.

Fixes #11122.

@jasonvarga
Copy link
Member

Thanks but I think the actual solution should be to bring the validation ux over from the field settings. The use of a taggable fieldtype here was just a quick fix.

The validation field could be extracted to a fieldtype and then used in both places.

@jasonvarga jasonvarga closed this Nov 18, 2024
@duncanmcclean duncanmcclean deleted the prevent-comma-completing-tag-when-defining-container-validation-rules branch November 18, 2024 19:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Asset container validation rules doesn't let you type a comma
2 participants