awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
select2 avatar

select2/select2

0
View on GitHub↗
25,972 نجوم·6,200 تفرعات·JavaScript·mit·4 مشاهداتselect2.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.

سجل النجوم

مخطط تاريخ النجوم لـ select2/select2مخطط تاريخ النجوم لـ select2/select2

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Start searching with AI

بدائل مفتوحة المصدر لـ Select2

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع Select2.
  • harvesthq/chosenالصورة الرمزية لـ harvesthq

    harvesthq/chosen

    21,980عرض على 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
    عرض على GitHub↗21,980
  • snapappointments/bootstrap-selectالصورة الرمزية لـ snapappointments

    snapappointments/bootstrap-select

    9,826عرض على 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
    عرض على GitHub↗9,826
  • selectize/selectize.jsالصورة الرمزية لـ selectize

    selectize/selectize.js

    13,022عرض على 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
    عرض على GitHub↗13,022
  • davidstutz/bootstrap-multiselectالصورة الرمزية لـ davidstutz

    davidstutz/bootstrap-multiselect

    3,676عرض على 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
    عرض على GitHub↗3,676
عرض جميع البدائل الـ 30 لـ Select2→

الأسئلة الشائعة

ما هي وظيفة 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.

ما هي الميزات الرئيسية لـ select2/select2؟

الميزات الرئيسية لـ select2/select2 هي: Select Components, Form Controls, Multi-Select Inputs, Searchable Dropdowns, Selection Controls, Modular Architectures, Accessible Form Controls, Component Adapters.

ما هي البدائل مفتوحة المصدر لـ select2/select2؟

تشمل البدائل مفتوحة المصدر لـ select2/select2: 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…