Files
DefinitelyTyped/material-ui
Alexey 95f59959eb Added TextFieldProps as a parent interface for AutoCompleteProps.
AutoComplete component passes all the unknown properties to the underlying TextField component (see https://github.com/callemall/material-ui/blob/master/src/AutoComplete/AutoComplete.js#L507).
The case I stumbled upon is using "disabled" property for AutoComplete. Although it is legit, existing typing does not allow to do that.
2017-02-14 01:37:12 +03:00
..