1 Repo
Input fields that validate user input in real-time as it is typed, with support for default values and masking.
Distinct from Input Validation: Distinct from Input Validation: focuses on live, real-time validation during input rather than general input validation libraries.
Explore 1 awesome GitHub repository matching part of an awesome list · Live Validated Inputs. Refine with filters or upvote what's useful.
Promptui is a Go library for building interactive command-line prompts, providing components for collecting text input with validation, presenting scrollable selection lists, and enabling dynamic addition of list items. It serves as a toolkit for creating terminal user interfaces where users can navigate menus, search options, and enter text with live validation and masking. The library implements interactive prompts through a synchronous blocking I/O model combined with ANSI cursor control and terminal-event-driven rendering, allowing for real-time UI updates. Its template-driven output form
Collects single-line text input with live validation, default values, and masking for sensitive data.