Tabs switches on the first tab on editing #130
-
Environmenthttps://stackblitz.com/edit/github-aifdn3x5-dyczgg5i Reproductionhttps://stackblitz.com/edit/github-aifdn3x5-dyczgg5i Describe the bug
Tabs will be reseted to the first one. Additional contextNo response Logs |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
This isn't an issue with the builder as the behavior only present when dealing with our custom element and not built-in elements. The |
Beta Was this translation helpful? Give feedback.
-
@adamberecz How to handle it properly then? |
Beta Was this translation helpful? Give feedback.
The
clear
method also resets the form to the default state, which for tabs/steps means they will be set to first visible tab.You should just remove the
clear
call on line 121 and you should be good to go.