awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंOpen-source alternativesSelf-hosted softwareब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंHow we rankप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 रिपॉजिटरी

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

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • xamarin/xamarin-forms-samplesxamarin का अवतार

    xamarin/xamarin-forms-samples

    4,253GitHub पर देखें↗

    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#
    GitHub पर देखें↗4,253
  • skyscanner/skyfloatinglabeltextfieldSkyscanner का अवतार

    Skyscanner/SkyFloatingLabelTextField

    4,129GitHub पर देखें↗

    SkyFloatingLabelTextField Swift एप्लिकेशन के लिए एक पुन: प्रयोज्य iOS उपयोगकर्ता इंटरफ़ेस घटक है। यह फ्लोटिंग लेबल पैटर्न की विशेषता वाला एक टेक्स्ट इनपुट नियंत्रण लागू करता है, जहां लेबल फ़ील्ड पर ध्यान केंद्रित होने या पॉप्युलेट होने पर प्लेसहोल्डर स्थिति से फ्लोटिंग शीर्षक में ट्रांज़िशन करते हैं। घटक में दाएं-से-बाएं भाषा लेआउट के लिए अंतर्निहित समर्थन शामिल है, जो सही पठनीयता के लिए स्वचालित रूप से टेक्स्ट दिशा और लेआउट को समायोजित करता है। यह एकीकृत आइकनोग्राफी भी प्रदान करता है, जिससे इमेज या फ़ॉन्ट-आधारित आइकन को टेक्स्ट फ़ील्ड के भीतर स्थित किया जा सकता है। सिस्टम इनपुट सत्यापन मैसेजिंग और स्टाइलिंग को कवर करता है, जो त्रुटि संदेशों के प्रदर्शन और एक विशिष्ट डिज़ाइन सिस्टम के साथ संरेखित करने के लिए रंगों और लेआउट बाउंड के संशोधन को सक्षम बनाता है।

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

    Swift
    GitHub पर देखें↗4,129
  • async-graphql/async-graphqlasync-graphql का अवतार

    async-graphql/async-graphql

    3,671GitHub पर देखें↗

    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
    GitHub पर देखें↗3,671
  1. Home
  2. User Interface & Experience
  3. Numeric Inputs
  4. Input Validation

सब-टैग एक्सप्लोर करें

  • 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.