You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Text that is placed under the input boxes and displayed when an error is detected.
1462
+
*/
1463
+
"errorText"?: string;
1460
1464
/**
1461
1465
* The fill for the input boxes. If `"solid"` the input boxes will have a background. If `"outline"` the input boxes will be transparent with a border.
1462
1466
* @default 'outline'
1463
1467
*/
1464
1468
"fill"?: 'outline' | 'solid';
1469
+
/**
1470
+
* Text that is placed under the input and displayed when no error is detected.
1471
+
*/
1472
+
"helperText"?: string;
1465
1473
/**
1466
1474
* A hint to the browser for which keyboard to display. Possible values: `"none"`, `"text"`, `"tel"`, `"url"`, `"email"`, `"numeric"`, `"decimal"`, and `"search"`. For numbers (type="number"): "numeric" For text (type="text"): "text"
* Text that is placed under the input boxes and displayed when an error is detected.
6752
+
*/
6753
+
"errorText"?: string;
6742
6754
/**
6743
6755
* The fill for the input boxes. If `"solid"` the input boxes will have a background. If `"outline"` the input boxes will be transparent with a border.
6744
6756
* @default 'outline'
6745
6757
*/
6746
6758
"fill"?: 'outline' | 'solid';
6759
+
/**
6760
+
* Text that is placed under the input and displayed when no error is detected.
6761
+
*/
6762
+
"helperText"?: string;
6747
6763
/**
6748
6764
* A hint to the browser for which keyboard to display. Possible values: `"none"`, `"text"`, `"tel"`, `"url"`, `"email"`, `"numeric"`, `"decimal"`, and `"search"`. For numbers (type="number"): "numeric" For text (type="text"): "text"
0 commit comments