Trouble selecting options in aui-select2 in Jira 10

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:
  1. I initialize the aui-select2 dropdown using the following JavaScript code:
AJS.toInit(function() {
  AJS.$("#my-select2").auiSelect2();
})
  1. The dropdown is rendered correctly and displays the placeholder text.
  2. 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.

Hi @DuyAnhDo,

Could you, please, provide a minimal reproducible code snippet?

Maybe there’s something transparent covering the dropdown? Does the keyboard navigation through the items work?

The sandboxed examples in AUI Select2 - AUI Documentation are working as expected.