mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-06-28 22:30:01 +00:00
Added hintStyle to SelectedField
This commit is contained in:
@@ -451,6 +451,10 @@ class MaterialUiTests extends React.Component<{}, MaterialUiTestsState> implemen
|
||||
element = <TextField
|
||||
hintText = "Hint Text"
|
||||
floatingLabelText = "Floating Label Text" />;
|
||||
element = <TextField
|
||||
hintText = "Hint Text"
|
||||
hintStyle = {{fontSize: 10}}
|
||||
floatingLabelText = "Floating Label Text" />;
|
||||
element = <TextField
|
||||
hintText="Hint Text"
|
||||
defaultValue="Default Value"
|
||||
|
||||
1
material-ui/material-ui.d.ts
vendored
1
material-ui/material-ui.d.ts
vendored
@@ -780,6 +780,7 @@ declare namespace __MaterialUI {
|
||||
floatingLabelStyle?: React.CSSProperties;
|
||||
fullWidth?: boolean;
|
||||
hintText?: string | React.ReactElement<any>;
|
||||
hintStyle?: React.CSSProperties;
|
||||
|
||||
// passed to DropDownMenu
|
||||
displayMember?: string;
|
||||
|
||||
Reference in New Issue
Block a user