Seeking to develop an Autocomplete
feature with the TextField
component while eliminating the underline. I successfully disabled the underline by utilizing
InputProps={{ disableUnderline: true }}
in the TextField
properties, however, it also eliminated the selection bar. How can I achieve this without removing the selection bar?