InlineMessage component doesn't auto dismiss inside modals

Current, when rendering an InlineMessage (@atlaskit/inline-message) component inside a Modal dialog (@atlaskit/modal-dialog), the InlineMessage doesn’t trigger the onBlur event and thus the InlineMessage doesn’t get auto dismissed when it looses it’s focus.
This is annoying since I want to render some info for the user, but opening the InlineMessage makes it stick until he clicks on it again!
Is there a workaround or is a fix possible?

1 Like