validation based on selected operator #1141
Answered
by
ukrbublik
schiller-manuel
asked this question in
Q&A
|
I have added a regex operator. How can I validate the text field, if that operator is selected, that it is a valid regex? |
Answered by
ukrbublik
Nov 22, 2024
Replies: 1 comment 4 replies
|
You can use this in field config: But you need to add this to every field that can have 'regex' operator |
4 replies
Answer selected by
schiller-manuel
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can use this in field config:
But you need to add this to every field that can have 'regex' operator