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
Input loses value and autosuggest doesn't work, when I add endAdornment. My inputTextFieldProps:
inputTextFieldProps={{ variant: 'outlined', classes: { root: classes.textField }, label: "Z", InputProps: { endAdornment: <InputAdornment position="end"> <SearchIcon color="action" /> </InputAdornment> } }}
inputTextFieldProps={{
variant: 'outlined',
classes: {
root: classes.textField
},
label: "Z",
InputProps: {
endAdornment: <InputAdornment position="end">
<SearchIcon color="action" />
</InputAdornment>
}
}}
I think InputProps are overwritten and loses ref. Can anyone help how add endAdornment?
The text was updated successfully, but these errors were encountered:
@spiotrowska Is there a repository I could clone that would allow me to reproduce this issue?
Sorry, something went wrong.
No branches or pull requests
Input loses value and autosuggest doesn't work, when I add endAdornment.
My inputTextFieldProps:
inputTextFieldProps={{
variant: 'outlined',
classes: {
root: classes.textField
},
label: "Z",
InputProps: {
endAdornment: <InputAdornment position="end">
<SearchIcon color="action" />
</InputAdornment>
}
}}
I think InputProps are overwritten and loses ref.
Can anyone help how add endAdornment?
The text was updated successfully, but these errors were encountered: