awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
selectize avatar

selectize/selectize.jsArchived

0
View on GitHub↗
13,022 stele·3,463 fork-uri·SCSS·Apache-2.0·5 vizualizăriselectize.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.

Istoric stele

Graficul istoricului de stele pentru selectize/selectize.jsGraficul istoricului de stele pentru selectize/selectize.js

Căutare AI

Explorează mai multe repository-uri excelente

Descrie ce ai nevoie în limbaj simplu — AI-ul sortează mii de proiecte open source selectate în funcție de relevanță.

Start searching with AI

Alternative open-source pentru Selectize.js

Proiecte open-source similare, clasificate după numărul de funcționalități comune cu Selectize.js.
  • leaverou/awesompleteAvatar LeaVerou

    LeaVerou/awesomplete

    6,979Vezi pe 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
    Vezi pe GitHub↗6,979
  • downshift-js/downshiftAvatar downshift-js

    downshift-js/downshift

    12,295Vezi pe 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
    Vezi pe GitHub↗12,295
  • twitter/typeahead.jsAvatar twitter

    twitter/typeahead.js

    16,451Vezi pe 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
    Vezi pe GitHub↗16,451
  • choices-js/choicesAvatar Choices-js

    Choices-js/Choices

    6,801Vezi pe 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
    Vezi pe GitHub↗6,801
Vezi toate cele 30 alternative pentru Selectize.js→

Întrebări frecvente

Ce face 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.

Care sunt principalele funcționalități ale selectize/selectize.js?

Principalele funcționalități ale selectize/selectize.js sunt: Tag Inputs, Asynchronous Option Loading, Remote Data Autocompletes, Searchable Select Inputs, Autocomplete Inputs, Autocomplete Libraries, Remote Data Fetching, Search Ranking Algorithms.

Care sunt câteva alternative open-source pentru selectize/selectize.js?

Alternativele open-source pentru selectize/selectize.js includ: 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…