-
Notifications
You must be signed in to change notification settings - Fork 203
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Custom RowItem & RowSubItem Components #112
Comments
Yes, that can be added. |
@renrizzolo Yea, I did see the iconKey. That would work for a country picker. It was probably a bad example. lol. I'm also thinking of other needs beyond Text. |
@renrizzolo in my case i need to show list of subservices and their price |
Also encountered this problem, added a 'customSubItemContentRenderer' prop that lets the developer keep the item selection logic while also replacing the RowSubItem content with your own one. |
iconKey not working for me. |
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days. |
This issue was closed because it has been stalled for 5 days with no activity. |
Hey there! I'd like to use your multi-select, but one immediate limitation I'm seeing is no ability to provide a custom component for the RowItem or RowSubItem (especially). If we were to create something like a Country Picker using this, we'd need to show the country flag (for example), but it looks like it currently only supports Text.
Would you be willing to add 2 methods for these, and pass relevant props into them?
The text was updated successfully, but these errors were encountered: