filamentphp / filament

A collection of beautiful full-stack components for Laravel. The perfect starting point for your next app. Using Livewire, Alpine.js and Tailwind CSS.
https://filamentphp.com
MIT License
19.4k stars 2.97k forks source link

fix: icon button should be disabled while loading #14646

Closed julieni closed 3 weeks ago

julieni commented 3 weeks ago

Description

Icon button should be disabled once clicked, just like the standard button.

Noticed the issue when a customer double-clicked on an icon-button to create an option from a form select component: the modal form is opened twice and the validation process fails.

Visual changes

None

Functional changes

danharrin commented 3 weeks ago

Good catch, thanks