This repository was archived by the owner on Oct 2, 2019. It is now read-only.
This repository was archived by the owner on Oct 2, 2019. It is now read-only.
Feature: Option to not highlight first item in select-choices by default. #824
Open
Description
This is my use case for this enhancement. We are using ui-select to filter a list of items such as [Status: In Progress] [Type: Estimate], but we also want to be able to use the $select.search text to search over our list of items. So I don't want the first choice selected by default and hitting enter will close the choices and use the entered text as the search.
I created a pull request that will add this functionality. #803