Dears
I found that multifield seems to query the datasource every time when rendering data, which affects performance, is there a way to handle it?
Solved! Go to Solution.
Views
Replies
Total Likes
You can do it client side as well.
https://aemlab.blogspot.com/2022/01/aemaacs-touch-ui-dialog-dynamic-dropdown.html
Use hidden field to store the authored multifield item dropdown value and set the drop from json response on dialog load.
Views
Replies
Total Likes
You can do it client side as well.
https://aemlab.blogspot.com/2022/01/aemaacs-touch-ui-dialog-dynamic-dropdown.html
Use hidden field to store the authored multifield item dropdown value and set the drop from json response on dialog load.
Views
Replies
Total Likes
Client side has flexibility to improve the performance by populating the drop downs items once(byXHR call) and append drop down items to each multifield item and set the selected value.
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies