more descriptive comment for isDisabled prop
This commit is contained in:
parent
11932f460e
commit
9c3159cc15
@ -88,7 +88,7 @@ Tooltip.defaultProps = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
Tooltip.propTypes = {
|
Tooltip.propTypes = {
|
||||||
// Allow null
|
/** prevents tooltip from rendering despite hover/active/sticky */
|
||||||
isDisabled: PropTypes.bool,
|
isDisabled: PropTypes.bool,
|
||||||
content: PropTypes.oneOfType([PropTypes.node, PropTypes.func]),
|
content: PropTypes.oneOfType([PropTypes.node, PropTypes.func]),
|
||||||
position: PropTypes.oneOf([
|
position: PropTypes.oneOf([
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user