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
I have two problems :
1- In the following form and I'm trying to hide the section component when the second tab is active or selected, but it seems that when switching between tabs the livewire is not re-rendering the form, so how can hide the section when a specific tab is active ?
2-As you can see the tab parameter in the URL is being shown with a prefix '-' and a suffix '-tab', how can control this ?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Package
Panel builder
Package Version
v3.0
How can we help you?
I have two problems :
1- In the following form and I'm trying to hide the section component when the second tab is active or selected, but it seems that when switching between tabs the livewire is not re-rendering the form, so how can hide the section when a specific tab is active ?
2-As you can see the tab parameter in the URL is being shown with a prefix '-' and a suffix '-tab', how can control this ?
`
#[Url]
public ?string $tab = null;
Beta Was this translation helpful? Give feedback.
All reactions