awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
selectize avatar

selectize/selectize.jsArchived

0
View on GitHub↗
13,022 estrellas·3,463 forks·SCSS·Apache-2.0·4 vistasselectize.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.

Historial de estrellas

Gráfico del historial de estrellas de selectize/selectize.jsGráfico del historial de estrellas de selectize/selectize.js

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Alternativas open-source a Selectize.js

Proyectos open-source similares, clasificados según cuántas características comparten con Selectize.js.
  • leaverou/awesompleteAvatar de LeaVerou

    LeaVerou/awesomplete

    6,979Ver en 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
    Ver en GitHub↗6,979
  • downshift-js/downshiftAvatar de downshift-js

    downshift-js/downshift

    12,295Ver en 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
    Ver en GitHub↗12,295
  • twitter/typeahead.jsAvatar de twitter

    twitter/typeahead.js

    16,451Ver en 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
    Ver en GitHub↗16,451
  • choices-js/choicesAvatar de Choices-js

    Choices-js/Choices

    6,801Ver en 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
    Ver en GitHub↗6,801
Ver las 30 alternativas a Selectize.js→

Preguntas frecuentes

¿Qué hace selectize/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.

¿Cuáles son las características principales de selectize/selectize.js?

Las características principales de selectize/selectize.js son: Tag Inputs, Asynchronous Option Loading, Remote Data Autocompletes, Searchable Select Inputs, Autocomplete Inputs, Autocomplete Libraries, Remote Data Fetching, Search Ranking Algorithms.

¿Qué alternativas de código abierto existen para selectize/selectize.js?

Las alternativas de código abierto para selectize/selectize.js incluyen: 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…