Input and Validation¶
This category covers components that govern how a user enters data: validation rules, required-field indicators, error messaging patterns, and structured data-import assistance. The goal is that bad input should be caught and clearly explained at the point of entry, not discovered later as a broken downstream calculation.
This directory currently holds no individual component specifications. See the
Input and Validation section of ../component-catalog.md
for the current proposed components in this category (e.g. Input Validation
Framework, Required-Field Indicator, Data Import Helper). Once a component in this
category is developed past a single catalog row, its full specification (using the
../_template/ scaffold) would live in a subdirectory here.
This README establishes no policy of its own.