I'm using material-ui autocomplete component when I'm typing I need the filtered list which is suggested to me, is there any event for these?
Material-ui Autocomplete filtered list
1.4k views Asked by Fatkhullo Badirov At
1
I'm using material-ui autocomplete component when I'm typing I need the filtered list which is suggested to me, is there any event for these?
you need to create two arrays state.
assuming an initial options list, like
then, pass to useState,
I'm using it in my projects