Github like field
Hello,
I would like to disable the submit button (or better natively render an error) while some validation on a text input has not passed yet just like GitHub does when creating a new repository. How can I achieve this with Filament?
2 Replies
Could this be a custom validation rule?
https://filamentphp.com/docs/3.x/forms/validation#custom-rules
@pboivin This might actually work