v4.5.1
Provide an inputRef
prop on <TextField>
that will accept a ref and pass it straight through to the <TextField>
component. Deprecate <TextField>
's methods getInput()
and focusInput()
in favor of using the inputRef
prop directly.
Provide an inputRef
prop on <TextField>
that will accept a ref and pass it straight through to the <TextField>
component. Deprecate <TextField>
's methods getInput()
and focusInput()
in favor of using the inputRef
prop directly.