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
·

3 Repos

Awesome GitHub RepositoriesInput Validation

Logic to verify the correctness of data entered into input controls and provide visual feedback.

Distinct from Numeric Inputs: Distinct from Numeric Inputs: focuses on the validation logic and feedback rather than the input component itself.

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

Awesome Input Validation GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • xamarin/xamarin-forms-samplesAvatar von xamarin

    xamarin/xamarin-forms-samples

    4,253Auf GitHub ansehen↗

    This project is a collection of reference implementations and code samples for building cross-platform user interfaces using the Xamarin.Forms framework. It provides practical examples for developing mobile and desktop applications from a single codebase targeting multiple operating systems. The repository focuses on architectural patterns and integration strategies, specifically demonstrating the use of MVVM to synchronize data between models and views. It includes samples for native platform integration, such as invoking platform-specific APIs and creating custom renderers to override defau

    Provides examples of validating numeric input and applying visual feedback based on the result.

    C#
    Auf GitHub ansehen↗4,253
  • skyscanner/skyfloatinglabeltextfieldAvatar von Skyscanner

    Skyscanner/SkyFloatingLabelTextField

    4,129Auf GitHub ansehen↗

    SkyFloatingLabelTextField is a reusable iOS user interface component for Swift applications. It implements a text input control featuring the floating label pattern, where labels transition from a placeholder position to a floating title when the field is focused or populated. The component includes built-in support for right-to-left language layouts, automatically adjusting text direction and layout for correct readability. It also provides integrated iconography, allowing images or font-based icons to be positioned within the text field. The system covers input validation messaging and sty

    Highlights text fields and displays error messages when user input fails validation rules.

    Swift
    Auf GitHub ansehen↗4,129
  • async-graphql/async-graphqlAvatar von async-graphql

    async-graphql/async-graphql

    3,671Auf GitHub ansehen↗

    async-graphql is a type-safe framework for building specification-compliant GraphQL servers in Rust. It uses procedural macros to automatically generate schemas from native language structures, ensuring consistency between the data model and the API specification. The project provides native support for Apollo Federation v2, allowing entities and fields to be shared and resolved across multiple distributed subgraphs. It also implements real-time data streaming via WebSocket subscriptions and asynchronous event streams. The framework includes a wide array of capabilities for schema design, su

    Implements constraints on input fields using numeric ranges, string lengths, and regular expressions.

    Rust
    Auf GitHub ansehen↗3,671
  1. Home
  2. User Interface & Experience
  3. Numeric Inputs
  4. Input Validation

Unter-Tags erkunden

  • Input ConstraintsLogic to enforce specific boundaries and formats on input data such as range and length checks. **Distinct from Input Validation:** Distinct from Input Validation: focuses on the specific constraint rules (regex, length) rather than the general validation process or UI feedback.