Stanneman
Field required validation error, even when field is filled.
After following the docs from here (https://filamentphp.com/docs/3.x/forms/adding-a-form-to-a-livewire-component), the validation fails (Field title is required), even when the field is filled.
When I remove ->required() and dump the results the field appears to be empty.
How to troubleshoot this?
2 replies
Toggle appears to be always dirty
Hi,
When setting up my observer (observing a boolean
ìs_active
) I noticed that the "Account is active"-email is always sended, even if the toggle hasn't been changed.
When I just hit save without changing anything:
When I only change username:
Is this normal behaviour, and how can I fix this?2 replies