We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NavBar::begin([ 'collapseOptions'=> false ]); // content NavBar::end();
Expecting rendered Bootstrap 5 navigation bar
yii\base\ErrorException
vendor/yiisoft/yii2-bootstrap5/src/NavBar.php at line 219
if ($this->offcanvasOptions !== false) { $bsData = ['bs-toggle' => 'offcanvas', 'bs-target' => '#' . $this->offcanvasOptions['id']]; $aria = $this->offcanvasOptions['id']; } else { // Trying to access array offset on false $bsData = ['bs-toggle' => 'collapse', 'bs-target' => '#' . $this->collapseOptions['id']]; $aria = $this->collapseOptions['id']; }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What steps will reproduce the problem?
What's expected?
Expecting rendered Bootstrap 5 navigation bar
What do you get instead?
yii\base\ErrorException
vendor/yiisoft/yii2-bootstrap5/src/NavBar.php at line 219
Additional info
The text was updated successfully, but these errors were encountered: