-
Notifications
You must be signed in to change notification settings - Fork 87
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
dropdown: get rid of wrapping root div
node (close #1392)
#1393
Conversation
0139e5a
to
adb4bcc
Compare
why not to generate |
@tadatuta I generate |
👍 |
@tadatuta maybe we can consider this case in |
@aristov not sure if it's possible as we need to check that |
|
js()(true), | ||
def()(function() { | ||
this.ctx.js = this.extend({ id : this.generateId() }, this.ctx.js); | ||
applyCtx([apply('switcher'), apply('popup')]); |
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.
applyCtx([
{
elem : 'switcher',
js : this.extend(apply('js'), this.ctx.js),
···
},
{ elem : 'popup' }
])
div
node (close #1392)div
node (close #1392)
div
node (close #1392)div
node (close #1392)
TODO: ensure that dropdowns mixes work |
div
node (close #1392)div
node (close #1392)
div
node (close #1392)div
node (close #1392)
TODO: ensure that |
For me: add |
e217170
to
3fffc18
Compare
3fffc18
to
0ee5704
Compare
dropdown: get rid of wrapping root `div` node (close #1392)
Resolves #1392