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
Operating System and Version: Homestead, Windows 11
Browser type and version: Chrome 104
Reproduction Repository: ..
Description:
When you define a panel to display toolbar and collapsible only the toolbar will be displayed and the toggle button (arrow after panel title) won't show, hence you can't show/hide the panel.
Toolbar will only affect the toggle feature, if the panel was closed/hidden from before, there is no way to open it until you make the toolbar go away from the fields() function
Detailed steps to reproduce the issue on a fresh Nova installation:
public function fields(NovaRequest $request)
{
return [
Panel::make('More Fields', [
// Fields
])
->collapsable()
->withToolbar(),
];
}
The text was updated successfully, but these errors were encountered:
Description:
When you define a panel to display toolbar and collapsible only the toolbar will be displayed and the toggle button (arrow after panel title) won't show, hence you can't show/hide the panel.
Toolbar will only affect the toggle feature, if the panel was closed/hidden from before, there is no way to open it until you make the toolbar go away from the
fields()
functionDetailed steps to reproduce the issue on a fresh Nova installation:
The text was updated successfully, but these errors were encountered: