awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

6 Repos

Awesome GitHub RepositoriesInput Data Formatting

Processes raw user text into a standardized format during the data entry phase.

Distinct from Data Formatting: Specifically targets the transformation of input values during entry, rather than general data presentation formatting.

Explore 6 awesome GitHub repositories matching user interface & experience · Input Data Formatting. Refine with filters or upvote what's useful.

Awesome Input Data Formatting GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • terkelg/promptsAvatar von terkelg

    terkelg/prompts

    9,291Auf GitHub ansehen↗

    This project is a Node.js CLI input library and toolkit for building interactive command-line user interfaces. It functions as a questionnaire framework and prompt orchestrator designed to capture structured user data through a variety of visual input controls. The system differentiates itself through a logic-driven engine that supports dynamic prompt chains, allowing the sequence and properties of questions to adapt at runtime based on previous user answers. The toolkit provides a wide range of specialized input types, including date pickers, searchable lists, masked passwords, and numeric

    Provides mechanisms to transform raw user responses into specific data formats before final storage.

    JavaScript
    Auf GitHub ansehen↗9,291
  • text-mask/text-maskAvatar von text-mask

    text-mask/text-mask

    8,217Auf GitHub ansehen↗

    text-mask is a JavaScript library for enforcing consistent text formats and dynamic masking patterns in web input fields. It provides a suite of utilities to constrain text field entries to predefined masks and validators, ensuring data consistency across multiple frontend frameworks including React, Angular, and Vue. The library supports dynamic pattern generation using functions to handle variable data formats and localized patterns. It includes capabilities for processing bulk text entries, such as pasted content and browser auto-fill data, while maintaining the integrity of the defined in

    Processes raw user text into a standardized format during the data entry phase across frameworks.

    JavaScriptangularemberinput-mask
    Auf GitHub ansehen↗8,217
  • final-form/react-final-formAvatar von final-form

    final-form/react-final-form

    7,440Auf GitHub ansehen↗

    react-final-form is a React form state management library that provides a framework for declarative form validation and the orchestration of dynamic input fields. It utilizes a subscription-based state manager to trigger interface updates only for the specific fields that change during user input, which optimizes rendering by limiting unnecessary component re-renders. The library functions as a dynamic input field orchestrator, allowing users to add, remove, or reorder lists of form fields. It manages complex form state through a system that supports conditional field rendering and real-time

    Transforms raw user text into standardized formats during entry to maintain consistent data quality.

    JavaScript
    Auf GitHub ansehen↗7,440
  • unmanner/imaskjsAvatar von uNmAnNeR

    uNmAnNeR/imaskjs

    5,187Auf GitHub ansehen↗

    imaskjs ist eine JavaScript-Eingabemasken-Bibliothek und ein DOM-Eingabemanager, der verwendet wird, um spezifische Muster, Datentypen und Bereiche für Benutzereingaben in Echtzeit durchzusetzen. Sie dient als Datenformatierungsbibliothek und Eingabevalidierungstool, das rohe Eingabewerte mithilfe von Masken und benutzerdefinierten Pipes in formatierte Strings umwandelt. Das Projekt bietet dynamische Maskierungsfunktionen, die es ermöglichen, Eingabemuster in Echtzeit basierend auf den vom Benutzer eingegebenen Zeichen zu ändern oder umzuschalten. Es unterstützt komplexe Eingabebeschränkungen, einschließlich regulärer Ausdrücke, numerischer Bereiche, Datums-basierter Verifizierung und Zeichenaufzählungen. Die Bibliothek deckt eine breite Palette an Eingabeverarbeitungs- und Datenverwaltungsaufgaben ab, einschließlich Vor- und Nachverarbeitungstransformationen, Extraktion von Rohwerten für API-Übermittlungen sowie die Anwendung von Masken auf sowohl Standard-HTML-Eingabefelder als auch contenteditable-Elemente.

    Transforms raw user text into standardized, masked strings during the data entry phase.

    TypeScriptinputmaskvanilla-js
    Auf GitHub ansehen↗5,187
  • taiga-family/taiga-uiAvatar von taiga-family

    taiga-family/taiga-ui

    4,002Auf GitHub ansehen↗

    Taiga UI is an Angular UI component library and accessible design system used for building enterprise web interfaces. It provides a comprehensive collection of reusable interface elements and layout tools, functioning as a mobile-first UI kit with responsive components that adapt to different device capabilities. The library distinguishes itself through an integrated data visualization library featuring various chart types and a dedicated form management framework with built-in validation and formatting for specialized data. It also features AI-driven development workflows by integrating comp

    Provides logic to transform internal time values into standardized formats for display in user interface input fields.

    TypeScriptangularbest-practicescdk
    Auf GitHub ansehen↗4,002
  • foxhound87/mobx-react-formAvatar von foxhound87

    foxhound87/mobx-react-form

    1,095Auf GitHub ansehen↗

    Dieses Projekt ist eine reaktive State-Management-Bibliothek für den Umgang mit komplexen Formulardaten und Validierungslogik. Sie nutzt beobachterbasierte Muster, um UI-Komponenten mit zugrunde liegenden Datenmodellen zu synchronisieren und sicherzustellen, dass Formularzustände während der gesamten Anwendung konsistent bleiben. Die Bibliothek bietet einen strukturierten Ansatz zur Verwaltung von Formularinitialisierung, Feldverfolgung und Lebenszyklusereignissen. Die Bibliothek zeichnet sich durch ihre Unterstützung für tief verschachtelte Datenstrukturen und hierarchische Komposition aus, was rekursive Validierung und dynamische Updates innerhalb komplexer Objektbäume ermöglicht. Sie verfügt über eine schema-gesteuerte Validierungs-Engine, die sowohl synchrone als auch asynchrone Regeln unterstützt, neben einer Middleware-artigen Abfangfunktion, die es ermöglicht, Daten während Feld-Updates zu überwachen oder zu transformieren. Entwickler können spezifische Felder dynamisch über pfadbasierte Adressierung aufrufen und manipulieren, was Flexibilität bei der Arbeit mit großen oder sich entwickelnden Formularmodellen bietet. Über das Kern-State-Management hinaus enthält die Bibliothek Dienstprogramme für Datentransformation, wie das Formatieren von Eingabewerten und das Berechnen von Feldwerten basierend auf anderen Formulardaten. Sie bietet Multi-Formular-Orchestrierungsfunktionen zur Koordination von Validierung und Übermittlung über mehrere Instanzen hinweg und bleibt von spezifischen Präsentationsschichten entkoppelt, um die Integration mit jeder UI-Komponentenbibliothek zu ermöglichen. Das Framework bietet zudem integrierte Tools zur Überwachung von Feld-Lebenszyklusereignissen und zum Debuggen interner Zustandsübergänge.

    Converts field values during input or output operations to ensure data formats match backend requirements or display preferences consistently.

    TypeScriptformmobxobservables
    Auf GitHub ansehen↗1,095
  1. Home
  2. User Interface & Experience
  3. Input Data Formatting

Unter-Tags erkunden

  • Capture FormatsStandardized input formats used to ensure data quality and consistency across different business scenarios. **Distinct from Input Data Formatting:** Distinct from Input Data Formatting by focusing on the overall capture format and type rather than the raw text transformation process.