-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Added uiSelectFooter directive for bottom of list #496
Conversation
I would be a fan if this was merged. My project has several cases where we need a footer, and at the moment we are hacking up a solution involving two sets of dom nodes inside of ui-select-choices and turn them on/off if it is the last element. |
This is a feature of Select2, but I don't see it on ui-select's roadmap. I'd love to see this rolled in, though. If there's something I can do to make the code fit better, I'm willing to make it happen. |
A header would be helpful as well... Same basic idea. |
any idea on if/when this will be merged and released? |
@csebold I think that this might be good, but I see some trouble on each theme: Bootstrap
SelectizeSelect2You mention:
But I dont see this on select2. I wanted to see if there were some select2 css clases to keep same style as right now seems like without any padding or default style |
+1 |
This would be very helpful for me as well. For instance, for providing a "toolbar" for creating new entities in lookup fields that use this combo-box. |
My version of adding header and footer is at PR #1323 Adds: |
Closing in favour of #1323 when it works. |
My humble attempt to contribute a footer directive for the bottom of the dropdown menu