Form Select Loading indicator while filling from API

Hi. I select an user, and fill a select button whit the prices available to that user from an API.
Is there a way to show a "loading" indicator while the Select is being filled?
image.png
Solution
maybe in a hint?

->hint(new HtmlString(Blade::render('<div wire:loading wire:target="data.price_id">loading..</div>')))
Was this page helpful?