© 2026 Hedgehog Software, LLC
<!-- native button --> <button wire:click.prevent="dispatchFormEvent('calendarField:reset', state)"> Test </button> <!-- filament button --> <x-filament::button color="danger" icon="heroicon-o-x-mark" tag="button" type="submit" size="xs" wire:click.prevent="dispatchFormEvent('calendarField:reset', state)"> Reset </x-filament::button>
ReferenceError: state is not defined