mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-20 12:00:53 +08: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"
|
||||
|
||||
Vendored
+1
@@ -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