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.
I'd like to place an item outside of the scrollable area so that it's always visible
I'll use this for a "Create New" option that I want to always be easily accessible.
Is that possible? Is there a better design pattern?
The text was updated successfully, but these errors were encountered:
yes, I think #152 will solve my problems. I'd be nice to be able to choose if those appear either above the search box, below the search box, or at the bottom of the popup.
right now I have a select that has a list of things to choose from, and the very first choice is 'Create New Thing'
but my list of things can be large so if we have one of the ones at the end selected, getting to 'Create New Thing' is a whole bunch of scrolling up to the top of the list to select 'Create...' and it might even be off the screen when they start so they might not even know it's there.
What I'd like is a select popup that lists 'Create New' (as an option to select) then has a searchbox, then the things that match the searchbox scrollable underneath that.
As this issue is really old and there are many other issue i'm closing this down (also last comment was in 2014) . I think it is best to reopen a new issue with the newest version of ui-select and use that issue for a new enhancement.
I'd like to place an item outside of the scrollable area so that it's always visible
I'll use this for a "Create New" option that I want to always be easily accessible.
Is that possible? Is there a better design pattern?
The text was updated successfully, but these errors were encountered: