FFilament•Created by nurrehmet on 4/6/2024 in #❓┊help Multiple select component data is returning null on a livewire form component
Fixed solutions:
I was wrong by submitting the form data using $this->data , it should be accessed via $this->form->getState() so the form data is validated