How to add limit to display selected items in drop-down box and rest selected item as hidden to display counter numbers autocomplete material ui

31 views Asked by At

How to display material Ui autocomplete multiselect selected items as only 2 options in drop-down and if user selects more then 2 items then it should display 1+ item selected. If user select 4 items then it should display 2+ items and so on when I Focus or click in drop downs field then all selected items should be display.

How to do custom functionalalty in ReactJS material ui drop-down autocomplete multiselect

0

There are 0 answers