Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 759 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 759 Bytes

TxRegionsInput — Supernatural text input

The TxRegionsInput component is a React text input component that can highlight sub-content based on built-in or custom markers and / or highlight invalid characters based on the built-in or custom validators. It ships with a variety of built-in markers and validators (e.g. URLs, email addresses, etc.). Custom markers and validators can be defined via RegExps or string-parsing functions. DOM hooks are provided for styling based on the focus state and validity of the input.