We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When passing a react object for the name of the node to get special rendering, the component uses it for the hover title. This render [Object object].
It would be nice if it just didn't render this at all if the nodeText was NOT a string. Or, if we could pass our own value for the title hover text.
{ name: ( <> {setting.name} <OverlayTrigger placement="top" overlay={<Tooltip id={`tooltip-issue`}>{setting.description}</Tooltip>}> <FontAwesomeIcon icon={faInfoCircle} className="ml-2" /> </OverlayTrigger> </> ), id: setting.settingKey, }
https://github.com/azizali/react-super-treeview/blob/master/src/index.js#L234-L238
<label htmlFor={node.id} title={nodeText} className="super-treeview-text" >
The text was updated successfully, but these errors were encountered:
Hey, did you ever find a way around this? Got the same issue we could do with sorting.
Sorry, something went wrong.
No, I think I just wrapped the component and handled it myself.
No branches or pull requests
When passing a react object for the name of the node to get special rendering, the component uses it for the hover title. This render [Object object].
It would be nice if it just didn't render this at all if the nodeText was NOT a string. Or, if we could pass our own value for the title hover text.
Example
Code Location
https://github.com/azizali/react-super-treeview/blob/master/src/index.js#L234-L238
https://github.com/azizali/react-super-treeview/blob/master/src/index.js#L234-L238
The text was updated successfully, but these errors were encountered: