TagsInput Validation
How can i apply a validation rule to individual tags, of a TagsInput.
10 Replies
Found a method called
->nestedRecursiveRules
, that seems to work but it does not display the validation error.
Unknown User•2y ago
Message Not Public
Sign In & Join Server To View
it should display a validation error when the form is submitted
Maybe because the form I tried is in a modal?
should work
Hi it won't stop you from adding tags, but will prevent saving
My issue was, validation does indeed work as expected, but the error wasn't display on the input
Unknown User•2y ago
Message Not Public
Sign In & Join Server To View
Why not
SelectFilter
with ->multiple()
and ->relationship()
Unknown User•2y ago
Message Not Public
Sign In & Join Server To View
Is there any solution for this? as you can see the recursive validation is broken