Numine
I am unable to use this function : validationMessages() to validate my text input.
Sample of code failing:
Error message:
BadMethodCallException
PHP 8.2.13
10.30.1
Method Filament\Forms\Components\TextInput::validationMessages does not exist.
7 replies
How do I use selectfilter to filter based on a column on another table.
I have two tables A and B which have an hasOne relationship. I want to use SelectFilter to filter table A based on a column in table B. I tried a CustomFilter by using a lookup table C to generate the content of a SelectForm and the writing a query to check for the column but I can't get relationships and joins to work. Please assist me.
NB: I tested the query and join on artisan tinker and it works. And I am using v2.
4 replies