Replies: 1 comment
-
Hello @thvi, you can do this with the // Assuming options are of shape {value, label, street, city, zip}
<Select
{ ... }
formatOptionLabel={(option, meta) => <Fragment>
<div>{option.label}</div>
<div>{option.street}<br />{option.zip}, {option.city}</div>
</Fragment}
/> |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
With this component, is it possible to do this https://1drv.ms/u/s!Aj16T_Ds0bkv2zkeGHuKes9N-cGM ?
Bests
Beta Was this translation helpful? Give feedback.
All reactions