You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 2, 2019. It is now read-only.
Thought this would be a discussion about how pagination should work.
For the scroll pagination solution i think it would be best if it depended on UI-scroll, rather then reinventing the wheel. It's fun when everything is more modular so we can improve small bits instead.
It would work more as an optional enhancement drop-in "If it exist we will use it" kind of thing.
I also found this Multi level menu recently and I thought it would be cool to have a kind of optgroup thing working like that
The text was updated successfully, but these errors were encountered:
The ui-scroll module seems like a great implementation to use for pagination/scrolling in ui-select.
I think an option would be nice to enable scrolling: scrolling: true.
On a complete dataset ui-select could create an object internally that would satisfy the api as specified by ui-scroll.
When the refresh functionality of ui-select is used (and scrolling is enabled) the user should make sure to let the refresh function return an object that conforms to the ui-scroll api.
Thought this would be a discussion about how pagination should work.
For the scroll pagination solution i think it would be best if it depended on UI-scroll, rather then reinventing the wheel. It's fun when everything is more modular so we can improve small bits instead.
It would work more as an optional enhancement drop-in "If it exist we will use it" kind of thing.
I also found this Multi level menu recently and I thought it would be cool to have a kind of optgroup thing working like that
The text was updated successfully, but these errors were encountered: