fluent-svelte icon indicating copy to clipboard operation
fluent-svelte copied to clipboard

on:close event of InfoBar won't trigger

Open Der-Penz opened this issue 2 years ago • 0 comments

Before you start...

  • [x] Have you updated your dependencies? You might be using an old version of the library.
  • [X] Have you checked for an existing issue on this topic? If there is one, post a comment on it instead.

What browsers are you seeing the problem on?

Chrome

Description

When I add a on:close listener on the InfoBar HTML Element no event will be triggered. The on:open event won't work too.

Steps To Reproduce

  1. Add <InfoBar/> Element
  2. Add a on:close event image
  3. Click the close button of the InfoBar in the browser

Expected behavior

'close' should be logged to the console

Relevant Assets

No response

Der-Penz avatar May 22 '23 12:05 Der-Penz