-
Notifications
You must be signed in to change notification settings - Fork 89
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
Added configurable InputFields::ModernizedSelection::MaxNumberOfOptions. #576
Conversation
@jepf Please check the new system configuration name, the feature looks fine. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @itweserems thank you for your PullRequest.
Good Job. 🚀 |
Hi @dennykorsukewitz, BR, Paul 🚀 |
Hi @itweserems I usually have more patience and wait, but I didn't want to leave this finished PullRequest lying around unnecessarily. 👍🏼 🚀 |
Proposed change
See #575:
When using dynamic fields of type "dropdown" or "multiselect", the default code-setup is that the layout of a select-field (e.g. dynamic field) will be changed when the amount of selectable values is above 1000.
This is for performance reasons, but the limit should be configurable. The layout for fields with >1000 values does not allow searching values and with a configurable maximum number can be set to an individual level to keep the search functionality as long as performance goes along with this.
Type of change
1 - 🚀 feature
Breaking change
Additional information
Checklist