Closed ValEmpire closed 7 months ago
interface ListItem { _id: string; value: string; disabled?: boolean; }
if disabled option is not selectable. Thank you
will add it in the next update
@himrocks33 please add this feature also in your merge request
interface ListItem { _id: string; value: string; disabled?: boolean; }
if disabled option is not selectable. Thank you