I want to build a multi-select autocomplete control inspired by Jira’s design using jquery-ui. Which library or script is similar—including licensing details? Are free or commercial alternatives available?
In my experience, combining jquery-ui with plugins like select2 can provide the functionality required for a multi-select autocomplete similar to Jira’s control. I experimented with this setup on multiple projects, and found that the customization options were sufficient for most needs. The select2 library is available under the MIT license, which is a significant advantage compared with many commercial alternatives. It offered a clean interface and extended capabilities without the overhead of commercial licensing constraints, making the development process straightforward and cost-effective.
hey, i worked with jquery tokeninput once - not exact like jira’s but works fine if u tweak it a bit. its free & u can style it to match your needs. might be worth checking out.
I have worked on a project where a similar approach was needed, and the solution I built combined jquery-ui Autocomplete with a custom multi-select extension. I experimented with developing some additional functionality that allowed enhanced filtering and dynamic item addition that closely resembles the Jira interface. The advantage of this solution was that it provided complete control over the behavior and styling without relying on a commercial product, and it was built entirely on free and open source technology. Customizing the control to an application’s specific needs proved both flexible and cost-efficient.
I have approached a similar task by combining jquery-ui Autocomplete with a custom multi-select mechanism. While it does require some additional coding to support tagging and dynamic updates, the result is a highly customizable component that caters well to specific application needs. Leveraging open source libraries under MIT and similar licenses allowed for commercial deployment without legal concerns. This hands-on custom integration proved far more flexible than some drop-in solutions available commercially, making adaptations for particular workflows and styling requirements significantly easier.