You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FilterableSelect and CustomSelect share the code of displaying the actual list items. That code should be abstracted so there is no duplicate code and it is easier to maintain.
🎫 Description
FilterableSelectandCustomSelectshare the code of displaying the actual list items. That code should be abstracted so there is no duplicate code and it is easier to maintain.