diff --git a/CHANGELOG.md b/CHANGELOG.md index a4ad20e9da..6d2d736ddc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -28,6 +28,9 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm ### Performance - Add rendering performance telemetry @miroslavstastny ([#2079](https://github.com/microsoft/fluent-ui-react/pull/2079)) +### Documentation +- Add usage example for `Tooltip` on disabled elements @mnajdova ([#2091](https://github.com/microsoft/fluent-ui-react/pull/2091)) + ## [v0.40.2](https://github.com/stardust-ui/react/tree/v0.40.2) (2019-10-30) [Compare changes](https://github.com/stardust-ui/react/compare/v0.40.1...v0.40.2) diff --git a/docs/src/examples/components/Tooltip/Usage/TooltipExampleDisabledTrigger.shorthand.tsx b/docs/src/examples/components/Tooltip/Usage/TooltipExampleDisabledTrigger.shorthand.tsx new file mode 100644 index 0000000000..616e7f21c4 --- /dev/null +++ b/docs/src/examples/components/Tooltip/Usage/TooltipExampleDisabledTrigger.shorthand.tsx @@ -0,0 +1,17 @@ +import * as React from 'react' +import { Button, Tooltip } from '@stardust-ui/react' + +const TooltipExampleDisabledTrigger = () => { + return ( + +