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
·
select2 avatar

select2/select2

0
View on GitHub↗
25,972 estrellas·6,200 forks·JavaScript·mit·4 vistasselect2.org↗

Select2

Select2 is a searchable, modular UI framework designed to enhance standard HTML select elements. It transforms basic form controls into interactive, accessible dropdown interfaces that support multi-selection, tagging, and real-time filtering. By providing a robust set of tools for managing complex data inputs, it enables developers to create more responsive and user-friendly selection components.

The project is distinguished by its adapter-based architecture, which allows for deep customization of rendering, data processing, and selection logic. Developers can extend core functionality through interchangeable adapter classes and decorators, enabling tailored behavior for specific design or functional requirements. This modular approach is complemented by comprehensive programmatic control, allowing for dynamic state management, event handling, and remote data integration.

Beyond its core selection capabilities, the library provides extensive support for configuration, including global defaults, instance-specific options, and HTML data attributes. It also addresses common UI challenges such as accessibility, internationalization, and layout positioning, ensuring that components remain functional and consistent across diverse web environments.

Features

  • Select Components - Transforms standard select elements into searchable, multi-select interfaces.
  • Form Controls - Transforms standard select elements into searchable, interactive interfaces for complex data selection.
  • Multi-Select Inputs - Accepts multiple custom tags within a single input field to allow users to define their own entries.
  • Searchable Dropdowns - Provides real-time filtering and search capabilities for complex selection inputs.
  • Selection Controls - Provides programmatic methods to clear selections and reset component states to null or empty arrays.
  • Modular Architectures - Extends core logic through modular adapters to meet specific functional requirements.
  • Accessible Form Controls - Ensures complex selection inputs remain usable and semantically correct for all users.
  • Component Adapters - Provides a modular system for extending component behavior through interchangeable adapter classes.
  • Dynamic Input Creation - Allows adding custom items to a list by typing directly into the search field.
  • Search Filters - Evaluates available options against user input using custom logic to determine visibility.
  • Form Components - Enhanced select boxes with search and remote data.
  • Form Components - Advanced select box replacement.
  • Remote Data Fetching - Requests remote data asynchronously to populate selection options dynamically.
  • Component Configuration - Enables comprehensive customization of component behavior, data sources, and rendering logic.
  • Component Composition Patterns - Separates logic into interchangeable adapter classes for data, rendering, and behavior.
  • Event Handling - Allows executing custom logic when user interactions occur.
  • Input Tokenizers - Converts typed text into distinct tags automatically when specific delimiter characters are entered.
  • Programmatic Selection - Allows setting element values and triggering updates programmatically.
  • Selection Logic - Provides custom implementations for managing how selections are displayed and handled.
  • Data Adapters - Allows custom data processing and selection behavior through specialized adapter classes.
  • Data Mapping - Parses HTML elements into internal objects to maintain synchronized state.
  • Data Retrieval - Allows accessing currently selected items as arrays of JavaScript objects.
  • Rendering Pipelines - Constructs the interface by delegating DOM creation to specialized rendering adapters.
  • Accessibility Patterns - Adheres to standard accessibility and focus patterns for complex selection components.
  • Dynamic Option Management - Allows generating and appending new choices to the dropdown dynamically.
  • Form Element Mapping - Maps standard HTML select elements into internal data objects for consistent handling.
  • Interaction States - Prevents user interaction with selection components by applying a disabled state that ignores input.
  • Global Defaults - Ensures consistent behavior and settings across all component instances in an application.
  • Decorator Patterns - Dynamically adds functionality to core adapters by wrapping them in decorator objects.
  • Event Buses - Broadcasts internal state changes through a central event bus to trigger updates.
  • Dropdown Behaviors - Enables automated selection logic triggered upon closing the dropdown menu.
  • Dropdown Controls - Provides methods to programmatically open or close the dropdown menu.
  • Dropdown Positioning - Allows attaching dropdown containers to specific parent elements to resolve layout issues in modals.
  • Selection Decorators - Applies decorators to add features like placeholder text and clearable selections.
  • Template Renderers - Transforms raw selection data into custom visual representations using callback functions.
  • Remote Data Fetching - Provides asynchronous data loading capabilities for dynamic dropdowns and selection interfaces.

Historial de estrellas

Gráfico del historial de estrellas de select2/select2Gráfico del historial de estrellas de select2/select2

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 Select2

Proyectos open-source similares, clasificados según cuántas características comparten con Select2.
  • harvesthq/chosenAvatar de harvesthq

    harvesthq/chosen

    21,980Ver en GitHub↗

    Chosen is a JavaScript library that transforms standard HTML select elements into searchable, user-friendly dropdown menus. It functions as a form input enhancement tool designed to improve the usability of long or complex selection lists. The library provides a multi-select interface that allows users to manage multiple options with selection limit controls and clear buttons. It also includes built-in support for right-to-left languages, adjusting the layout and text direction of the user interface components accordingly. The project covers a range of selection interface capabilities, inclu

    HTMLdeprecatednot-maintained
    Ver en GitHub↗21,980
  • snapappointments/bootstrap-selectAvatar de snapappointments

    snapappointments/bootstrap-select

    9,826Ver en GitHub↗

    Bootstrap Select is a jQuery plugin that replaces standard HTML select elements with a stylized interface. It functions as a custom dropdown menu that transforms native browser inputs into accessible form components. The project differentiates itself by providing real-time search filtering, multi-select data entry, and the ability to populate selection lists dynamically via remote JSON sources. To maintain browser performance when handling large datasets, it utilizes virtual rendering to display only the visible subset of options. The component includes accessibility support through ARIA att

    JavaScriptbootstrapdropdownjavascript
    Ver en GitHub↗9,826
  • selectize/selectize.jsAvatar de selectize

    selectize/selectize.js

    13,022Ver en GitHub↗

    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-s

    SCSS
    Ver en GitHub↗13,022
  • davidstutz/bootstrap-multiselectAvatar de davidstutz

    davidstutz/bootstrap-multiselect

    3,676Ver en GitHub↗

    This project is a Bootstrap jQuery plugin that transforms standard HTML select elements into interactive dropdown menus. It serves as a client-side form enhancement and UI component designed to replace multiple-choice select inputs with a searchable button-triggered menu of checkboxes. The component provides a specialized interface for multi-select dropdowns that maintains a consistent visual style with the Bootstrap CSS framework. It allows for the customization of component markup, enabling the override of default structures for buttons, popups, and options. The plugin covers a range of fu

    HTML
    Ver en GitHub↗3,676
Ver las 30 alternativas a Select2→

Preguntas frecuentes

¿Qué hace select2/select2?

Select2 is a searchable, modular UI framework designed to enhance standard HTML select elements. It transforms basic form controls into interactive, accessible dropdown interfaces that support multi-selection, tagging, and real-time filtering. By providing a robust set of tools for managing complex data inputs, it enables developers to create more responsive and user-friendly selection components.

¿Cuáles son las características principales de select2/select2?

Las características principales de select2/select2 son: Select Components, Form Controls, Multi-Select Inputs, Searchable Dropdowns, Selection Controls, Modular Architectures, Accessible Form Controls, Component Adapters.

¿Qué alternativas de código abierto existen para select2/select2?

Las alternativas de código abierto para select2/select2 incluyen: harvesthq/chosen — Chosen is a JavaScript library that transforms standard HTML select elements into searchable, user-friendly dropdown… snapappointments/bootstrap-select — Bootstrap Select is a jQuery plugin that replaces standard HTML select elements with a stylized interface. It… selectize/selectize.js — Selectize.js is a jQuery-based autocomplete library and tagging interface component. It functions as a searchable… davidstutz/bootstrap-multiselect — This project is a Bootstrap jQuery plugin that transforms standard HTML select elements into interactive dropdown… whatwg/html — This repository contains the HTML specification, which defines the core standards for web page structuring, content… pqina/filepond — FilePond is a JavaScript library designed for managing file uploads, providing a browser-based component that handles…