1 Repo
Utilities that automatically apply visual formatting patterns when a field's value is updated programmatically.
Distinct from Input Field Initializers: Candidates focus on reinforcement learning, animation, or static initialization, not automatic formatting on value update.
Explore 1 awesome GitHub repository matching user interface & experience · Programmatic Input Formatters. Refine with filters or upvote what's useful.
Cleave.js is a JavaScript library that applies real-time visual formatting to form fields as users type. It provides specialized utilities to enforce visual patterns for credit cards, phone numbers, dates, times, and large numerals. The library includes predefined formatting rules for common data types, such as detecting credit card issuers to apply correct spacing and managing country-specific regional patterns for international phone numbers. It also supports large numeral grouping using Western, Indian, and Chinese numbering systems. Users can define custom input patterns using specific b
Automatically applies configured formatting patterns when the raw value of a field is programmatically set.