Prevent post-tabs from firing a change event on init #2872
Labels
🐞 bug
Something isn't working
📦 components
Related to the @swisspost/design-system-components package
The post-tabs component is firing a
postChange
event oncomponentDidLoad
. This is wrong and should not happen.Change events should only be triggerd on a change not on init.
The text was updated successfully, but these errors were encountered: