-
Notifications
You must be signed in to change notification settings - Fork 0
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
Multiple combobox implementation #3
base: main
Are you sure you want to change the base?
Conversation
end | ||
|
||
def combobox_trigger(&block) | ||
content_for :trigger, capture(&block) if block | ||
content_for @combobox_id, capture(&block) if block |
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.
Esto como funciona si renderizas varios combobox?
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.
mediante el id que se le pasa a render_combobox
. Es el approach que encontre, seguramente se pueda pulir un poco mas
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.
Solo un par de comments :P pero en general todo joya
c8db8b2
to
1b91cbf
Compare
e38c21e
to
3ac30a1
Compare
No description provided.