1 repository
Predicate-based interceptors that block input updates violating specific formatting or numeric rules.
Distinct from Guard Configuration Files: Focuses on real-time UI input blocking rather than backend guard servers or schema configuration.
Explore 1 awesome GitHub repository matching user interface & experience · Input Value Guards. Refine with filters or upvote what's useful.
This library provides a set of tools for formatting numeric values and masking user input within React components. It includes a customizable text input wrapper that synchronizes raw numeric values with formatted display strings and a specialized input masking component for enforcing string patterns and templates during data entry. The project features a localized number formatter that utilizes browser localization APIs to apply regional grouping, prefixes, and suffixes. It supports specialized financial formatting, such as displaying negative values in parentheses, and provides the ability t
Intercepts value changes via custom predicates to block updates that violate numeric rules.