Skip to content

With 0.23.5 a tooltip on disabled button won't disappear #890

@amarant

Description

@amarant

Hi,
With 0.23.5 a tooltip on a disabled button won't disappear, this appears to follow the commit 2ffcf5d
An example usable on here

const positionerInstance = (
  <ButtonToolbar>
    <OverlayTrigger placement='right' overlay={<Tooltip><strong>Holy guacamole!</strong> Check this info.</Tooltip>}>
      <Button bsStyle='default' disabled>Holy guacamole!</Button>
    </OverlayTrigger>
  </ButtonToolbar>
);

React.render(positionerInstance, mountNode);

Thanks.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions