Hi everyone,
I’m encountering an issue with aui-select2
in Jira 10. For some reason, I’m unable to select any options in the dropdown. Here are some details about my setup:
- Steps to Reproduce:
- I initialize the
aui-select2
dropdown using the following JavaScript code:
AJS.toInit(function() {
AJS.$("#my-select2").auiSelect2();
})
- The dropdown is rendered correctly and displays the placeholder text.
- When I click to open the dropdown, the options are visible, but clicking an option does not select it.
- Observed Behavior:
- The dropdown opens, but selecting an option does nothing.
- No errors are visible in the browser console.
- The input value does not update with the selected option.