Slug field breaks Tab component #6896
Unanswered
iulianwebdev
asked this question in
Ideas & Feature Requests
Replies: 2 comments 1 reply
-
Can confirm this. A temporary workaround is to remove the from->('Field Name') definition or move it out of a tab |
Beta Was this translation helpful? Give feedback.
0 replies
-
Currently, a Tab (which is a Panel) is required to have its unique form ID so changes are only scoped to a specific Tab. Does it work when Slug and the field it listens to are within the same Tab? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Description:
Slug field inside Tabs will break the tab showing on resource edit view.
Detailed steps to reproduce the issue on a fresh Nova installation:
I don't have a repo to show this, but the Slug field is not compatible with the Tab component.
At least for this versions
you can use any resource and create a TabsGroup component with a Tab and a Slug child.
Beta Was this translation helpful? Give feedback.
All reactions