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
I want to request a new feature.
Please provide the renderedItem as it is to the Model after selecting a item.
e.g.
If I made a custom renderItem with Image and Text as dropDown Item, then same rendered Item should be displayed in Model after selecting a specific item from drop-down. Currently, it is showing only text from the rendered Item.
The text was updated successfully, but these errors were encountered:
Currently there is a buttonText in the state, that gets rendered and receives changes on selection.
This would need a change. It could be an optional choose for a user, so it would need conditions in ModalDropdown. On the other hand it can be the default way of the implementation. Need to care of backwards compatibility!
Hi,
Thanks for the good repository.
I want to request a new feature.
Please provide the renderedItem as it is to the Model after selecting a item.
e.g.
If I made a custom renderItem with Image and Text as dropDown Item, then same rendered Item should be displayed in Model after selecting a specific item from drop-down. Currently, it is showing only text from the rendered Item.
The text was updated successfully, but these errors were encountered: