You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
we have one action that opens a kt-drawer, after clicking it the drawer opens as expected but the options popup stays open, leading to an awkward layout. There should be a way of determining per action if the options popup on selection fields should close or not, like returning a boolean or and object like {closeAfterPerform?: boolean}
To Reproduce
Behavior can be seen in code generator
The text was updated successfully, but these errors were encountered:
Describe the bug
we have one action that opens a kt-drawer, after clicking it the drawer opens as expected but the options popup stays open, leading to an awkward layout. There should be a way of determining per action if the options popup on selection fields should close or not, like returning a boolean or and object like
{closeAfterPerform?: boolean}
To Reproduce
Behavior can be seen in code generator
The text was updated successfully, but these errors were encountered: