The remote select field assumes that we always want to pass the searchQuery with ?suggest=[searchQuery]. Often we want to instead use q=[searchQuery] or similar. This PR allows us to customise the name of the parameter using props
Checklist
Ticks in all boxes and 🟢 on all GitHub actions status checks are required to merge:
:heart: Thank you for your contribution!
Description
The remote select field assumes that we always want to pass the
searchQuery
with?suggest=[searchQuery]
. Often we want to instead useq=[searchQuery]
or similar. This PR allows us to customise the name of the parameter using propsChecklist
Ticks in all boxes and 🟢 on all GitHub actions status checks are required to merge:
Frontend
Reminder
By using GitHub, you have already agreed to the GitHub’s Terms of Service including that: