Home > Back-end >  Cleartext icon Autocomplete Mui
Cleartext icon Autocomplete Mui

Time:05-18

I wanted to show MUI Autocomplete clear text icon every time when I enter text it is showing when ever I select any option but not when I write anything.

enter image description here

enter image description here

CodePudding user response:

Just I know, the clear icon in MUI Autocomplete is not for clear text when you input, is clear for the options that the user selects.

CodePudding user response:

You can use freesolo prop, where you can write anything and clear it with a clear icon, but one thing is you won't see the No Options text.

  • Related