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
Copy file name to clipboardExpand all lines: packages/gamut/src/Form/inputs/Input.tsx
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -29,14 +29,14 @@ export type InputProps = InputHTMLAttributes<HTMLInputElement> &
29
29
*/
30
30
activated?: boolean;
31
31
className?: string;
32
-
/**
33
-
* [The for/id string of a label or labelable form-related element](https://developer.mozilla.org/en-US/docs/Web/API/HTMLLabelElement/htmlFor). The outer FormGroup or FormLabel should have an identical string as the inner FormElement for accessibility purposes.
34
-
*/
35
-
placeholder?: string;
36
32
/**
37
33
* Setting this prop to 'small' reduces the padding of the input component. If omitted, the default padding will be used.
38
34
*/
39
35
inputSize?: 'small';
36
+
/**
37
+
* [The for/id string of a label or labelable form-related element](https://developer.mozilla.org/en-US/docs/Web/API/HTMLLabelElement/htmlFor). The outer FormGroup or FormLabel should have an identical string as the inner FormElement for accessibility purposes.
0 commit comments