Table filter validations dont work
Hi, I am kind of confused here any help would be appreciated. I tried adding validation rules inside ->rules(...) , add ->required() also bunch of other things but I didnt able to get the validations to work, what am I missing here? Now I need to write manual if conditions inside query function and also on indicator function which results in repeating myself and its not ideal. also tried to manually call Validator, and throw exception manually but this time filter livewire class does not catch it so instead I get full blown error page, I tried researching about this but apparently nobody asked anything about this on here discord nor on google searches returns anything useful, does nobody validate table filters ?
0 Replies