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
Add create new option, add query for missing elements in combobobx (#6278)
* wip: add missing create new option, add query when no elements are found
* add method to transform option, add more comments
* add tests
* remove failing tests covered by macaw
* Apply suggestions from code review
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* update complicated mock for react-intl
* update test with better description
* Add changeset
* fix failing test add better description
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Fix combobox components in Attribute selection. "Add new value" option was added again for clear UX. New values are added when clicked "Save" in the form, like previously. Fixed fetching more items in the combobox: now when user enters a value in the input, we fetch options using input from user as `query` parameter.
0 commit comments