You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 24, 2023. It is now read-only.
Many issues being reported of dropdown options lists not loading, causing much frustration among users. The weak point is the single request on page load /component instantiation for the list data. User interaction with the dropdown needs to trigger a check for needed data and create new request where it does not exist.
This needs to happen application-wide for all forms. Consider a utility function for this.
Many issues being reported of dropdown options lists not loading, causing much frustration among users. The weak point is the single request on page load /component instantiation for the list data. User interaction with the dropdown needs to trigger a check for needed data and create new request where it does not exist.
This needs to happen application-wide for all forms. Consider a utility function for this.
Reference issues:
#1183, #1184
The text was updated successfully, but these errors were encountered: