OfficeDev / office-ui-fabric-js

JavaScript components for building experiences for Office and Office 365.
http://dev.office.com/fabric
Other
368 stars 114 forks source link

keyboard handler added #350

Closed chethanht closed 6 years ago

chethanht commented 6 years ago

The current solution assumes that the component that triggers the CallOut is always a button. The button is not always a preferred component that triggers it because the Windows Narrator reads it as Button and the user might expect more than a help CallOut. This pull request adds the keyboard handler to the component that triggers irrespective of the type of the component.

Jahnp commented 6 years ago

Thanks for the fix, @chethanht!