open-forms
open-forms copied to clipboard
Feature/4524 react select in variable dropdown cleaned up
Closes #4524 Closes #4675
I've cleaned up the commit history from the original PR
Changes
The variable dropdown now uses the react-select component. Allowing for searching within the options
Checklist
Check off the items that are completed or not relevant.
-
Impact on features
- [X] Checked copying a form
- [X] Checked import/export of a form
- [x] Config checks in the configuration overview admin page
- [x] Problem detection in the admin email digest is handled
-
Release management
- [x] I have labelled the PR as "needs-backport" accordingly
-
I have updated the translations assets (you do NOT need to provide translations)
- [x] Ran
./bin/makemessages_js.sh
- [x] Ran
./bin/compilemessages_js.sh
- [x] Ran
-
Commit hygiene
- [X] Commit messages refer to the relevant Github issue
- [X] Commit messages explain the "why" of change, not the how