fix(text-input): add missing warning field wrapper class

This commit is contained in:
Eric Liu 2021-01-22 15:07:49 -08:00
commit ff5921d31c
2 changed files with 7 additions and 2 deletions

View file

@ -39,6 +39,10 @@ components: ["TextInput", "TextInputSkeleton"]
<TextInput invalid invalidText="User name is already taken. Please try another." labelText="User name" placeholder="Enter user name..." />
### Warning state
<TextInput warn warnText="Your user name is different from your log in ID." labelText="User name" placeholder="Enter user name..." />
### Disabled state
<TextInput disabled labelText="User name" placeholder="Enter user name..." />