Reactive fields
Hi, guys. I am using a wizard and I have 5 steps with many reactive fields. Due to the fact there are so many reactive/lazy fields I have some problems like :
* the fields jump up and down frequently
* the text is deleted from fields
* also the page jumps up and down frequently
Do you have any idea how can I solve this issues? Maybe to change the wizard and use another layout?
13 Replies
You need to streamline it, because that entire html is being sent back with every reactive field. I ended up writitng a loading icon for each reaction basically. see attached, it's waiting for approval still but principle is there.
Thank you so much. And it would be a good idea to split the form up into multiple pages? For now, I have it like this and is a little bit huge 😅
It would be a very good idea to split it up into pages, this will allow them to come back to it too.
That is far too big for a single form really
And I have one more question because I didn't use pages until now. The implementation of splitting the form intro pages is something like this: I need one page for listing details let's say and on this page do I need a save button or a next button which actually work like a save one? ANd when I click that button to redirect me to the next page?
Yeah exactly, on save redirect to next page and so on
ok, thank you so much 😀
I am back with a question. How can I save those data in listings table?
in the action use ->action() to perform an action
Hello, @toeknee_iom . Your loading icon was approved? I f I'm not asking too much, I would need the code, because I wrote it, but something is not right
Let me check
html was:
icon was
Thank you 🙏
Is there a way to add this loading spinner in a RichEditor or something like this
In just the editor?
The problem you have is, if you just have it on the editor then if they go to another field and type it will judger with refreshes
Yes, I wanted something like this. Or I need your loading icon to be displayed as an overlay on the page and after loading to be hidden