Skip to content

feat(typeahead): handles min-length of 0#11

Merged
AParks merged 1 commit into
Wizehive:masterfrom
AParks:typeahead-min-length
Aug 2, 2017
Merged

feat(typeahead): handles min-length of 0#11
AParks merged 1 commit into
Wizehive:masterfrom
AParks:typeahead-min-length

Conversation

@AParks
Copy link
Copy Markdown

@AParks AParks commented Aug 2, 2017

Currently, when min-length is 0, all matches only show on initial focus. But when something is typed and then all input is deleted, the matches disappear. Fix to show all matches in this scenario.

see #3600 and commit

keep typeahead popup open even when all input has been deleted. Still uses a default value of 1 for backward compatibility (when min-length is falsy but not === 0).

see [#3600](angular-ui/bootstrap#3600) and [commit](angular-ui/bootstrap@a5a2514)
@AParks AParks requested a review from paulwsmith August 2, 2017 01:32
@AParks AParks merged commit f423ceb into Wizehive:master Aug 2, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant