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 RepositoriesSelection Confirmation

Optional confirmation buttons for finalizing date or time selections.

Distinct from Date Selection Components: Distinct from general date selection components: focuses on the specific confirmation workflow for finalizing input.

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

Awesome Selection Confirmation GitHub Repositories

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

    flatpickr/flatpickr

    16,469Auf GitHub ansehen↗

    Flatpickr is a lightweight, dependency-free JavaScript library designed to provide a modular date and time selection interface for web applications. It functions as a versatile web component that integrates into existing forms, offering a consistent user experience for picking single dates, ranges, or multiple values while maintaining a clear separation between human-readable display strings and machine-readable data. The library distinguishes itself through a robust configuration-driven architecture that allows for dynamic runtime updates and extensive customization of date formatting via a

    Supports an optional confirmation button that users must click to finalize their selection.

    TypeScriptdatedatepickerdaterange
    Auf GitHub ansehen↗16,469
  • skim-rs/skimAvatar von skim-rs

    skim-rs/skim

    6,592Auf GitHub ansehen↗

    Skim is a cross-platform interactive fuzzy finder that runs as a terminal application, a Rust library, a Vim and Neovim plugin, and a shell integration tool. It provides real-time filtering and selection from lists of items, supporting keyboard and mouse navigation, live preview panes, and multi-select functionality across Linux, macOS, and Windows. The tool distinguishes itself through a composable query expression tree that supports fuzzy, exact, inverse, prefix, suffix, and logical AND/OR operators, combined with a Smith-Waterman scoring engine that penalizes typos and gaps for natural rel

    Outputs the currently highlighted item without requiring a confirmation action.

    Rustfuzzyfinderrustskim
    Auf GitHub ansehen↗6,592
  • universal-debloater-alliance/universal-android-debloater-next-generationAvatar von Universal-Debloater-Alliance

    Universal-Debloater-Alliance/universal-android-debloater-next-generation

    5,945Auf GitHub ansehen↗

    Universal Android Debloater Next Generation is a cross-platform desktop application for removing pre-installed system applications from Android devices. It communicates with devices through the Android Debug Bridge (ADB) protocol, supporting both wired USB connections and wireless network pairing for debloating without a physical cable. The tool manages multiple connected Android devices simultaneously and provides package state backup and restore capabilities, allowing users to save and reapply the enabled or disabled state of system packages after factory resets or OS upgrades. The applicat

    Prompts for confirmation before applying bulk package state changes to prevent accidents.

    Rustadbandroidbloatware-list
    Auf GitHub ansehen↗5,945
  1. Home
  2. User Interface & Experience
  3. Date Selection Components
  4. Selection Confirmation

Unter-Tags erkunden

  • Bulk Action ConfirmationPrompts for confirmation before changing the state of multiple selected packages, preventing accidental bulk modifications. **Distinct from Selection Confirmation:** Distinct from Selection Confirmation: focuses on confirming bulk package state changes rather than date selections.
  • Custom Selection KeybindingsUser-defined key mappings that trigger selection confirmation and determine the resulting output format. **Distinct from Selection Confirmation:** Focuses on configurable key-to-output mappings for selection, rather than generic confirmation buttons for date/time pickers.
  • Live Selection OutputsOutputs the currently highlighted item without requiring a confirmation action. **Distinct from Selection Confirmation:** Distinct from Selection Confirmation: outputs the current selection immediately without a confirmation step.