TagsInput Validation

How can i apply a validation rule to individual tags, of a TagsInput.


Forms\Components\TagsInput::make('tags')
    ->alphaDash(), //This always fail
Was this page helpful?