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
..
index.d.ts Added TextFieldProps as a parent interface for AutoCompleteProps. 2017-02-14 01:37:12 +03:00
material-ui-tests.tsx Merge pull request #14234 from tkrotoff/react-fontWeight-initial 2017-02-08 13:28:21 -08:00
tsconfig.json Use "lib" in tsconfigs instead of "target". (#13968) 2017-01-18 07:51:51 -08:00