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
·

Autocomplete UI components

Clasament actualizat la 21 iul. 2026

For contextual input hints, the strongest matches are algolia/autocomplete (This library provides a robust, framework-agnostic foundation for building), twitter/typeahead.js (This library provides a robust, client-side autocomplete engine that) and selectize/selectize.js (Selectize). dip/cmdk and downshift-js/downshift round out the shortlist. Each is ranked by relevance to your query, popularity and recent activity.

Find the best autocomplete UI components for your project. We ranked top open-source libraries by activity and features to help you pick the right one.

Autocomplete UI components

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • algolia/autocompleteAvatar algolia

    algolia/autocomplete

    5,264Vezi pe GitHub↗

    This project is a framework-agnostic library for building accessible, search-as-you-type interfaces. It provides a headless logic layer that decouples search state management and result filtering from the visual presentation, allowing developers to maintain full control over the underlying HTML structure and styling. The library distinguishes itself through a highly modular architecture that supports multi-source data aggregation, enabling the combination of results from static arrays, remote APIs, and external indices into a single interface. It features a flexible rendering engine that inte

    This library provides a robust, framework-agnostic foundation for building complex autocomplete interfaces, featuring built-in support for asynchronous data fetching, fuzzy matching, keyboard navigation, and multi-source result aggregation.

    TypeScriptAutocomplete Search FieldsSearch SuggestionsAutocomplete Libraries
    Vezi pe GitHub↗5,264
  • 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

    This library provides a robust, client-side autocomplete engine that supports asynchronous data fetching, fuzzy matching, and customizable UI templates, making it a comprehensive tool for building context-aware suggestion interfaces.

    JavaScriptAutocomplete InputsAsynchronous Search InterfacesAutocomplete Libraries
    Vezi pe GitHub↗16,451
  • selectize/selectize.jsAvatar selectize

    selectize/selectize.js

    13,022Vezi pe 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

    Selectize.js is a specialized autocomplete and tagging library that provides keyboard-navigable, asynchronous, and fuzzy-matched suggestions for text inputs, making it a direct fit for building suggestion interfaces.

    SCSSKeyboard NavigationSearch Ranking Algorithms
    Vezi pe GitHub↗13,022
  • dip/cmdkAvatar dip

    dip/cmdk

    12,695Vezi pe GitHub↗

    cmdk is an unstyled, headless React component library for building accessible search-based navigation and command interfaces. It provides the logic and state management required to create keyboard-navigable command palettes that filter lists of actions and items based on user input. The library distinguishes itself by remaining visually agnostic, offering a collection of logic-heavy components without predefined styles. It supports advanced organization through hierarchical menu navigation, nested paging systems, and conditional group filtering that hides categories when no child items match

    This library provides the core logic, keyboard navigation, and asynchronous handling required to build accessible, context-aware command palettes and suggestion interfaces, though it is specifically tailored for command-menu patterns rather than general-purpose text input autocomplete.

    TypeScriptKeyboard NavigationSearch Ranking Algorithms
    Vezi pe GitHub↗12,695
  • 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

    Downshift provides the essential state management, keyboard navigation, and accessibility primitives required to build custom, context-aware autocomplete and combobox components in React.

    JavaScriptKeyboard Navigation
    Vezi pe GitHub↗12,295
  • select2/select2Avatar select2

    select2/select2

    25,972Vezi pe GitHub↗

    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 throu

    Select2 is a robust UI component for enhancing standard select inputs with features like remote data fetching, keyboard navigation, and fuzzy filtering, making it a well-established tool for building suggestion-based interfaces.

    JavaScriptRemote Data Fetching
    Vezi pe GitHub↗25,972
  • devbridge/jquery-autocompleteAvatar devbridge

    devbridge/jQuery-Autocomplete

    3,542Vezi pe GitHub↗

    This library is a JavaScript plugin that enhances standard text input fields with real-time, predictive search suggestions. It functions as a reusable interface component that monitors user input to display dynamic dropdown menus, allowing for the selection of data from either local arrays or remote server endpoints. The plugin distinguishes itself through its ability to manage asynchronous data retrieval, utilizing request orchestration and debouncing to optimize network traffic. It provides granular control over the suggestion lifecycle and rendering, allowing developers to define custom HT

    This library provides a functional autocomplete interface for text inputs with support for asynchronous data fetching, keyboard navigation, and basic fuzzy matching, making it a direct tool for implementing suggestion engines.

    JavaScriptRemote Data Fetching
    Vezi pe GitHub↗3,542
  • reactjs/react-autocompleteAvatar reactjs

    reactjs/react-autocomplete

    2,159Vezi pe GitHub↗

    This library provides a React component for building accessible combobox and autocomplete inputs. It is designed to display dynamic search suggestions as users type, facilitating data selection from large sets while adhering to established accessibility standards for screen readers and keyboard navigation. The component distinguishes itself through a highly flexible architecture that allows developers to define custom visual layouts for both the input field and the suggestion menu. By utilizing render prop composition and custom rendering interfaces, it enables the injection of unique UI logi

    This is a React component that provides a WAI-ARIA compliant combobox interface with keyboard navigation and support for custom rendering, making it a direct tool for building autocomplete experiences.

    JavaScriptComboboxesAs-You-Type Suggestion InterfacesAutocomplete Components
    Vezi pe GitHub↗2,159
  • crowdint/rails3-jquery-autocompleteAvatar crowdint

    crowdint/rails3-jquery-autocomplete

    908Vezi pe GitHub↗

    This project provides a Ruby on Rails plugin that integrates real-time, database-backed search suggestions into web forms. It functions as a server-side search engine that queries database records based on user input and returns results in a standardized format for display in the browser. The library distinguishes itself by extending standard Rails form builders, allowing developers to inject autocomplete functionality directly into existing form workflows. It bridges the gap between backend data stores and the jQuery UI autocomplete widget, managing the routing of search requests, the serial

    This library provides a server-side integration for jQuery-based autocomplete inputs in Rails applications, offering the core functionality of fetching and displaying suggestions for text fields.

    RubyjQuery PluginsAutocomplete Search FieldsAutocomplete Suggestion Engines
    Vezi pe GitHub↗908
  • moroshko/react-autosuggestAvatar moroshko

    moroshko/react-autosuggest

    5,940Vezi pe GitHub↗

    React Autosuggest is a fully controlled React component that provides an autocomplete input with a dropdown of suggestions as the user types. It delegates all state management to the parent component through callbacks, making it compatible with state management patterns like Flux or Redux. The component implements WAI-ARIA accessibility patterns, including keyboard navigation with arrow keys, Enter, and Escape, along with live region integration for screen reader announcements. The component offers extensive customization through render-prop functions, allowing developers to replace the defau

    This is a React-based autocomplete component that provides the necessary keyboard navigation, accessibility features, and flexible rendering required for building custom suggestion interfaces.

    JavaScriptAutocomplete InputsAutocomplete ComponentsAutocomplete State Controllers
    Vezi pe GitHub↗5,940
  • vuematerial/vue-materialAvatar vuematerial

    vuematerial/vue-material

    9,837Vezi pe GitHub↗

    Vue Material is a comprehensive UI toolkit and framework for Vue.js that implements the Material Design specification. It provides a suite of pre-built, themed components designed to create consistent and responsive web applications. The library features dynamic theme support for runtime color scheme changes and automatic accessibility contrast management. It is designed for compatibility with server-side rendering to improve initial load times and search engine optimization, and it includes internationalization support for locale translation and text direction adjustments. The toolkit cover

    This is a comprehensive UI component library that includes a dedicated autocomplete component, providing the necessary keyboard navigation and selection features for building suggestion interfaces within a Vue application.

    VueMaterial Design ComponentsMaterial Design LibrariesAccessible Interface Design
    Vezi pe GitHub↗9,837
  • buefy/buefyAvatar buefy

    buefy/buefy

    9,531Vezi pe GitHub↗

    Buefy is a lightweight user interface component library built for Vue.js. It serves as a programmatic wrapper for the Bulma CSS framework, providing a set of pre-styled layout utilities, form components, and structural wrappers to ensure a consistent visual identity. The library provides a comprehensive suite of form elements, including specialized date and time pickers, autocomplete inputs, and validation wrappers. It also includes layout tools such as navigation bars, off-canvas sidebars, and modal overlays, as well as notification systems for banners, snackbars, and toasts. Additional cap

    Buefy provides a built-in autocomplete component that supports asynchronous data fetching, keyboard navigation, and custom formatting, making it a suitable UI-focused tool for implementing suggestion interfaces within Vue applications.

    VueBulma IntegrationsVue UI LibrariesCSS Frameworks
    Vezi pe GitHub↗9,531
Compară top 10 dintr-o privire
RepositorySteleLimbajLicențăUltimul push
algolia/autocomplete5.3KTypeScriptMIT23 iun. 2026
twitter/typeahead.js16.5KJavaScriptMIT14 apr. 2023
selectize/selectize.js13KSCSSApache-2.015 apr. 2026
dip/cmdk12.7KTypeScriptMIT29 oct. 2025
downshift-js/downshift12.3KJavaScriptMIT4 iun. 2026
select2/select226KJavaScriptmit11 sept. 2024
devbridge/jquery-autocomplete3.5KJavaScriptMIT22 iun. 2026
reactjs/react-autocomplete2.2KJavaScriptMIT6 iun. 2019
crowdint/rails3-jquery-autocomplete908RubyMIT17 ian. 2019
moroshko/react-autosuggest5.9KJavaScriptMIT19 nov. 2024

Related searches

  • a configuration management tool for strings
  • Input form component
  • a collection of multimodal prompts for AI
  • Prompt engineering guides
  • an implementation of the Model Context Protocol
  • a plugin for enhancing IDE developer productivity
  • Interactive code environments
  • Prompt engineering resources