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
This would allow e.g. for custom components with their own internal state to be passed.
The concrete use-case is that we have a search page where each list item has Accept/Reject buttons, that when clicked make an AJAX HTTP request and on a successful response they show a result message and disable the buttons:
props.renderElement should render a component in the following fashion:
This would allow e.g. for custom components with their own internal state to be passed.
The concrete use-case is that we have a search page where each list item has
Accept/Reject
buttons, that when clicked make an AJAX HTTP request and on a successful response they show a result message and disable the buttons:The text was updated successfully, but these errors were encountered: