is it possible to add loading screen
I want to ask is it possible to add loading state in forms\components\section while make all the component ready after update?
If possible how to achive that? Thank you!
Solution:Jump to solution
Something like this
```php
Forms\Components\Section::make([
Forms\Components\Placeholder::make('')...
4 Replies
could you explain what are you trying to do?
Hello, thank you for the respond, i really gratefull for that!
So, take an example when we are try to set another field with
Livewire try update the another field right, but it takes time.
I want to show a loading information for that, so user can know that field is tring to fetch data.
But instead showing loading animation in that field, i want to show the loading animation or something inside
So the whole section showing a loading that tells user something has been change and takes a time
Is that possible?
Solution
Something like this
Thank you so much! Sorry for my late respond