awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
selectize avatar

selectize/selectize.jsArchived

0
View on GitHub↗
13,022 stars·3,463 forks·SCSS·Apache-2.0·23 viewsselectize.dev↗

Selectize.js

Selectize.js is a jQuery-based autocomplete library and tagging interface component. It functions as a searchable selection tool that combines a text input field with a dropdown select box to facilitate fast item lookup and the management of discrete tags.

The project specializes in remote data input, allowing it to fetch, rank, and integrate options from a server in real-time as a user types. It utilizes a weighted search ranking system to score and sort results by scanning multiple text fields for relevance.

The library covers a broad range of user interface capabilities, including multi-selection management, dynamic item creation, and hybrid select input design. It features a plugin architecture that allows for the extension of core behaviors and the creation of customizable form controls.

Features

  • Tag Inputs - Provides a specialized input field for entering and managing lists of discrete tags.
  • Asynchronous Option Loading - Fetches selection list items from remote APIs dynamically during user interaction.
  • Remote Data Autocompletes - Fetching and searching large datasets from a server in real time as a user types into a search field.
  • Searchable Select Inputs - Combines a text input with a dropdown select box to provide a searchable interface for item selection.
  • Autocomplete Inputs - Combines a text input with a dropdown to suggest and filter options from a data source.
  • Autocomplete Libraries - Functions as a jQuery-based library for building searchable input fields with real-time suggestions.
  • Remote Data Fetching - Provides utilities for retrieving and parsing remote data from servers in real-time as the user types.
  • Search Ranking Algorithms - Implements custom scoring logic to prioritize search results based on match quality across multiple text fields.
  • Plugin Architectures - Supports a modular architecture where custom features can be integrated via a plugin system.
  • Hook-Based Plugin Systems - Provides a hook-based system allowing external plugins to inject logic into the component lifecycle and UI.
  • Dynamic Input Creation - Allows users to create new entries and tags dynamically within the input field.
  • Keyboard Navigation - Implements keyboard-driven interaction to manage focus and selection between the text input and the dropdown menu.
  • Multi-Select Inputs - Supports selecting and deleting multiple items within a single input field using modifier keys.
  • Form Components - Hybrid textbox and select box component.

Star history

Star history chart for selectize/selectize.jsStar history chart for selectize/selectize.js

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Selectize.js

Similar open-source projects, ranked by how many features they share with Selectize.js.
  • leaverou/awesompleteLeaVerou avatar

    LeaVerou/awesomplete

    6,979View on GitHub↗

    Awesomplete is a lightweight JavaScript library for adding searchable suggestion lists to text fields. It functions as an HTML-based autocomplete widget that renders filtered results from arrays, HTML elements, or comma-separated strings with zero external dependencies. The library includes a customizable suggestion engine that allows for the definition of custom matching logic, sorting rules, and trigger thresholds. It is designed as an event-driven UI component, providing a programmable interface to intercept selection events and manage the state of the suggestion popup. The system support

    JavaScript
    View on GitHub↗6,979
  • downshift-js/downshiftdownshift-js avatar

    downshift-js/downshift

    12,295View on GitHub↗

    Downshift is a headless UI component library and framework for React that provides the state and interaction primitives necessary to build accessible autocomplete, combobox, and select dropdown components. It functions as a WAI-ARIA UI framework, generating the required ARIA attributes and keyboard event handlers to ensure screen reader compliance without providing any default styling. The library utilizes a headless component pattern to decouple interaction logic from the visual presentation. It manages complex state transitions through reducers and synchronizes internal UI state with extern

    JavaScriptaccessibleautocompleteautosuggest
    View on GitHub↗12,295
  • twitter/typeahead.jstwitter avatar

    twitter/typeahead.js

    16,451View on GitHub↗

    typeahead.js is a JavaScript autocomplete library used to build searchable input fields that provide real-time suggestions from local or remote data sources. It functions as a client-side suggestion engine and an asynchronous search interface, providing a customizable UI toolkit for managing search suggestion menus. The library focuses on data aggregation and performance, allowing the combination of multiple local or remote datasets into a single interface grouped by category. It utilizes rate-limited asynchronous fetching to prevent API overloading and employs search data prefetching and loc

    JavaScript
    View on GitHub↗16,451
  • choices-js/choicesChoices-js avatar

    Choices-js/Choices

    6,801View on GitHub↗

    Choices is a vanilla JavaScript library used to create customizable select boxes and text inputs without external dependencies. It functions as a custom select box plugin that transforms standard HTML select elements into searchable, stylable dropdowns and tagged text input components. The library distinguishes itself through a system of customizable HTML templates and CSS custom properties, allowing for the creation of tailored UI components. It provides the ability to define custom HTML structures for input components and modify the visual appearance of the interface via CSS theme styling.

    JavaScriptchoicechoiceschoicesjs
    View on GitHub↗6,801
See all 30 alternatives to Selectize.js→

Frequently asked questions

What does selectize/selectize.js do?

Selectize.js is a jQuery-based autocomplete library and tagging interface component. It functions as a searchable selection tool that combines a text input field with a dropdown select box to facilitate fast item lookup and the management of discrete tags.

What are the main features of selectize/selectize.js?

The main features of selectize/selectize.js are: Tag Inputs, Asynchronous Option Loading, Remote Data Autocompletes, Searchable Select Inputs, Autocomplete Inputs, Autocomplete Libraries, Remote Data Fetching, Search Ranking Algorithms.

What are some open-source alternatives to selectize/selectize.js?

Open-source alternatives to selectize/selectize.js include: leaverou/awesomplete — Awesomplete is a lightweight JavaScript library for adding searchable suggestion lists to text fields. It functions as… downshift-js/downshift — Downshift is a headless UI component library and framework for React that provides the state and interaction… twitter/typeahead.js — typeahead.js is a JavaScript autocomplete library used to build searchable input fields that provide real-time… choices-js/choices — Choices is a vanilla JavaScript library used to create customizable select boxes and text inputs without external… select2/select2 — Select2 is a searchable, modular UI framework designed to enhance standard HTML select elements. It transforms basic… monterail/vue-multiselect — vue-multiselect is a selection component for Vue.js that provides a customizable dropdown input supporting single and…