-
Notifications
You must be signed in to change notification settings - Fork 94
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement a dropdown FormField which gets its source via AJAX #1618
Comments
This was referenced Nov 20, 2023
This was referenced Nov 27, 2023
Yup Have added PR to this issue - #1636 |
@emteknetnz Please resolve silverstripe/silverstripe-framework#11071 before reassigning to me |
PRs merged |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As a follow-on from silverstripe/silverstripe-cms#2901, we need a form field that uses AJAX requests to lazy-load its data.
Required functionality
DataList
, no DB query is initiated at all when sending the initial form to the front-endAcceptance criteria
ListboxField
)Member
records by default (e.g. the "only these users" fields in cms, asset-admin, and siteconfig)DBForeignKey.dropdown_field_threshold
configuration property is deprecatedNotes
New issues created
PRs
The text was updated successfully, but these errors were encountered: