-
Notifications
You must be signed in to change notification settings - Fork 491
New issue
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
Add Advanced Search to ClayManagementToolbar | Fixes #609 #622
Add Advanced Search to ClayManagementToolbar | Fixes #609 #622
Conversation
Pull Request Test Coverage Report for Build 338
💛 - Coveralls |
Just started reviewing :) |
{call ClayDropdown.render} | ||
{param contentRenderer: $contentRenderer /} | ||
{param icon: 'angle-down' /} | ||
{param items: [] /} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey @carloslancha, is this expected?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yep, since I don't want items to be an optional parameter we need to do this.
…wn content | Fixes #609
No description provided.