using multiple fields for the label in select ant design
Is it possible to use multiple fields in the label of a select options prop from ant design
example would be our interface has firstName, lastName, id
we want the select to value to be the id and the label to be the firstName and the lastName together.
example would be our interface has firstName, lastName, id
we want the select to value to be the id and the label to be the firstName and the lastName together.
