Use autocomplete for selecting values in edit or create screen

Issue #8 resolved
Former user created an issue

Currently a standard drop down list is used to pick the value. This could be improved to a autocomplete input field like in JIRA 6 issue navigator used.

Comments (14)

  1. Justin Schumacher

    If the AUI Select2 input field is used for auto-complete, I would prefer to be able to choose to either use either the auto-complete AUI Select2 input control OR the current standard select list control. For lists with a small number of items, the standard select list is more straight forward.

  2. arcaneliu

    In my case, it will fine to go with the the plan Holger proposed for get this feature first in sooner feature. The feedback from Justin is really nice and make it more flexible on the usage scenario. Maybe this becomes a enhancement later if it needs much more efforts? ^_^

  3. arcaneliu

    Just a quick note here. Hope this won't have much impact while upgrading from current version to new version.

  4. Holger Schimanski repo owner

    Sorry, took a while until I got this implemented. Was not that easy as I initially though. At then end now it is five lines of code, but I needed to find out the best and also performant way.

    I choosed to implement this only for multiselect field, because Atlassians AUI layout for single select2 does not work nicely with inline edit. But I think anyhow most helpful is to use select2 for multiselect. (This look 100% similar to fix version picker.)

    Hope this is fine for you and will go ahead and officially release it as a minor update soon.

  5. Log in to comment