livewire wire loading remove attribute

Solutions on MaxInterview for livewire wire loading remove attribute by the best coders in the world

showing results for - "livewire wire loading remove attribute"
Pierre
20 May 2020
1<div class="progress mt-3" wire:loading.attr.remove="hidden" wire:target="ProfilePictureField" hidden>
2	<div class="progress-bar progress-bar-striped progress-bar-animated" role="progressbar" aria-valuenow="" aria-valuemin="" aria-valuemax="100"></div>
3</div>