Text Boxes
All TextBox variants and states from Verapath.Components.
Basic States
Default, disabled, read-only, and required.
Feedback States
Helper text, error, and success messages.
Icons & Prefix
Left icon, right icon, and prefix text inside the input.
$
https://
Clearable
A × button appears on the right when the field has a value.
Character Count
Counter turns red when the limit is reached.
Input Types
Email, number, tel, and URL with native browser hints.
Password
Built-in show/hide toggle. Use <PasswordBox> or VerapathTextBox Type="TextBoxType.Password".
Events
OnFocus, OnBlur, and OnEnter callbacks.