validation messages under fields not showing
Hi, I have CreateCompany Form component, and validation&model creation is in separate Action CreateCompany. Data is being held in livewire Component $company variable using ->statePath('company'). Problem is - validation is happening for name, website, but filament expects validation messages for company.name company.website. Can I get around this in an easy way, or do I have to do some sheananigans?
Related code:
And here is validation messages working for company., but not showing without company.
Also probably should mention that if i add company. to Validator, it doesn't work
Related code:
And here is validation messages working for company., but not showing without company.
Also probably should mention that if i add company. to Validator, it doesn't work

