discourse/app/assets/javascripts/select-kit/addon
Alan Guo Xiang Tan 0756486b65
FIX: Adding form template to category dropdown can some times be empty (#25066)
Why this change?

A system test which was testing our ability to add a form template to a
category was flaky. This turned out to be a client side bug where the
`FormTemplateChooser` dropdown may not display any dropdown options if
the ajax request to fetch the categories form template has not been
completed when the dropdown is opened.

What does this change do?

Make use of select-kit's `triggerSearch` function to fetch the records
which will properly rerender the dropdown options.
2023-12-29 14:15:56 +08:00
..
components FIX: Adding form template to category dropdown can some times be empty (#25066) 2023-12-29 14:15:56 +08:00
mixins DEV: Remove unnecessary getURL() calls (#24591) 2023-11-28 14:32:15 +01:00