We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The docs abut Auto Complete says:
Other properties (not documented) are applied to the root element.
however, the code is like this :
<div style={prepareStyles(Object.assign(styles.root, style))} > <TextField {...other} ref="searchTextField" autoComplete="off" value={searchText} onChange={this.handleChange} onBlur={this.handleBlur} onFocus={this.handleFocus} onKeyDown={this.handleKeyDown} floatingLabelText={floatingLabelText} hintText={hintText} fullWidth={fullWidth} multiLine={false} errorStyle={errorStyle} style={textFieldStyle} />
{...other} has been put on the TextField,not the root element
The text was updated successfully, but these errors were encountered:
next branch, right? Interesting, but how does this affect you? What is your issue?
next
Sorry, something went wrong.
the master branch, misleading if do some decoration based on the doc, actually mostly wanna control the textfield, such as the underline
Closed by #4783
No branches or pull requests
The docs abut Auto Complete says:
however, the code is like this :
{...other} has been put on the TextField,not the root element
The text was updated successfully, but these errors were encountered: