Material-ui: Spellcheck and lang props should be set on textfield or input element

Created on 10 Nov 2017  路  2Comments  路  Source: mui-org/material-ui


The <Input /> and <TextField /> component's props: _spellcheck_ and _lang_ should be set on the input and textfield respectively

  • [x ] I have searched the issues of this repository and believe that this is not a duplicate.

Expected Behavior


I would expect that spellcheck and lang props propagates down to the input or textfield elements within the respective components.

Rendered expected html looks something like this(Simplified):
```` html