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
<?= PopoverX::widget([ 'header' => NULL, 'closeButton' => NULL, 'content' => 'lorem ipsum', 'toggleButton' => [ 'label' => $user->getFollowersCount(), 'class' => 'btn btn-primary', ], ]); ?>
When I follow those steps, I see... Popover rendered with empty header line.
I was expecting... Header does not rendered.
PopoverX::renderCloseButton method returns empty line if close button no rendred, but PopoverX::renderHeader method checks if close button is null.
null
The text was updated successfully, but these errors were encountered:
e3b5d91
No branches or pull requests
Steps to reproduce the issue
Expected behavior and actual behavior
When I follow those steps, I see...
Popover rendered with empty header line.
I was expecting...
Header does not rendered.
Libraries
Solution
PopoverX::renderCloseButton method returns empty line if close button no rendred, but PopoverX::renderHeader method checks if close button is
null
.The text was updated successfully, but these errors were encountered: