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
·

8 repositorios

Awesome GitHub RepositoriesDynamic Input Creation

Features that allow users to generate new items or tags directly within an input field.

Distinguishing note: Focuses on the creation of new entries via user input.

Explore 8 awesome GitHub repositories matching user interface & experience · Dynamic Input Creation. Refine with filters or upvote what's useful.

Awesome Dynamic Input Creation GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • select2/select2Avatar de select2

    select2/select2

    25,972Ver en 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

    Allows adding custom items to a list by typing directly into the search field.

    JavaScripthacktoberfestjavascriptjquery
    Ver en GitHub↗25,972
  • raspberrypifoundation/blocklyAvatar de RaspberryPiFoundation

    RaspberryPiFoundation/blockly

    13,437Ver en GitHub↗

    Blockly is a web-based visual programming editor and block-based code generator. It allows users to create programs by interlocking graphical blocks that translate into executable source code for various programming languages, removing the need for manual syntax entry. The project serves as a customizable framework for building specialized visual languages through a customizable block library. It includes a visual block designer for defining custom shapes, behaviors, and specialized input fields, as well as a plugin system to extend the editor's environment. The system manages programming lo

    Supports blocks that automatically add or remove input connections based on user interaction or control settings.

    JavaScript
    Ver en GitHub↗13,437
  • 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

    Allows users to create new entries and tags dynamically within the input field.

    SCSS
    Ver en GitHub↗13,022
  • redux-form/redux-formAvatar de redux-form

    redux-form/redux-form

    12,490Ver en GitHub↗

    redux-form is a library for managing HTML form state and validation within a Redux store using React components. It functions as a state manager that synchronizes input values and interaction metadata to maintain a single source of truth in a global state container. The project provides mechanisms for orchestrating dynamic arrays of input fields that can be added, removed, or reordered in real time. It also includes a system for splitting complex data entry into a sequence of pages to create multi-step form wizards. Additional capabilities cover client-side data validation through synchronou

    Links individual inputs and dynamic field arrays to a shared state container for unified tracking.

    JavaScriptformform-validationforms
    Ver en GitHub↗12,490
  • kien/ctrlp.vimAvatar de kien

    kien/ctrlp.vim

    7,241Ver en GitHub↗

    ctrlp.vim is a fuzzy file navigation tool for the Vim editor. It enables the location and opening of files, buffers, tags, and recently used items through approximate string matching and regular expressions. The project identifies project roots by scanning for version control markers and configuration files. It allows for the creation of new files and their required parent directories directly from the search interface, and can open multiple files simultaneously. Broad capabilities include text editor resource management and workflow automation, such as executing specific commands immediatel

    Provides a pluggable interface to inject custom data sources and tags into the fuzzy search loop.

    VimL
    Ver en GitHub↗7,241
  • standardnotes/appAvatar de standardnotes

    standardnotes/app

    6,519Ver en GitHub↗

    Builds dynamic folders that automatically organize notes based on user-defined filter conditions.

    TypeScriptencryptedevernotemarkdown
    Ver en GitHub↗6,519
  • silverbulletmd/silverbulletAvatar de silverbulletmd

    silverbulletmd/silverbullet

    4,710Ver en GitHub↗

    Silver Bullet is a local-first, bidirectional Markdown wiki that functions as a Lua-scriptable note-taking platform with an embedded declarative query language. It treats a single folder on your device as the root workspace, monitoring that directory for file changes via a native file-system watcher to keep its in-memory index and user interface synchronised in near real-time. Notes are parsed into a live-preview Markdown AST that re-renders only changed nodes as you type, and the application builds a directed graph of internal hyperlinks from each note’s content to support bidirectional navig

    Queries notes by tags and attributes, then renders results through customizable templates for auto-updating lists.

    TypeScriptend-user-programmingknowledge-managementlua
    Ver en GitHub↗4,710
  • o2oa/o2oaAvatar de o2oa

    o2oa/o2oa

    4,627Ver en GitHub↗

    o2oa es una plataforma de automatización de oficinas empresariales Java de código abierto diseñada para gestionar flujos de trabajo corporativos, jerarquías organizacionales y tareas de oficina colaborativas. Funciona como una plataforma de aplicaciones de negocio low-code y un portal de información corporativa, proporcionando un entorno de desarrollo visual para construir aplicaciones empresariales personalizadas. La plataforma se distingue por su motor de flujo de trabajo empresarial integrado, que permite el diseño y la automatización de procesos de negocio utilizando condiciones de enrutamiento personalizables y scripts basados en eventos. Se diferencia aún más como un framework empresarial de múltiples bases de datos, que admite varias bases de datos relacionales y despliegues de alta disponibilidad en diferentes sistemas operativos. El sistema cubre una amplia gama de áreas de capacidad, incluyendo modelado visual low-code para formularios y páginas, diseño de portal centralizado con dashboards basados en datos e integración de datos empresariales con servicios RESTful y modelos de lenguaje grandes. También incorpora gestión de estructura organizacional, control de acceso basado en roles y despliegue móvil multiplataforma para Android, iOS y HarmonyOS. La instalación es compatible en entornos Linux y Windows utilizando Docker y Nginx.

    The platform constructs searchable data interfaces with pagination and filters to display database records.

    JavaScript
    Ver en GitHub↗4,627
  1. Home
  2. User Interface & Experience
  3. Dynamic Input Creation

Explorar subetiquetas

  • Dynamic Block Input ConnectionsInput fields that automatically adjust their connectivity and count based on state or user interaction. **Distinct from Dynamic Input Creation:** Focuses on the logical connectivity of blocks rather than just creating a new text entry in a field.
  • Dynamic Note ViewsCapabilities to build dynamic folders that automatically organize notes based on user-defined filter conditions. **Distinct from Dynamic Input Creation:** Distinct from Dynamic Input Creation: focuses on creating dynamic views for organizing notes, not creating new items via input.
  • Searchable Data Sources1 sub-etiquetaPluggable interfaces that allow new types of data to be injected into a search loop. **Distinct from Dynamic Input Creation:** Distinct from Dynamic Input Creation by focusing on the data source provider rather than the UI input field