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
* fix(autocomplete): allow number zero as value
* Currently the autocomplete does not properly display the selected options with the number zero as value.
Fixes#5363.
* Fix typo
amcdnl
pushed a commit
to amcdnl/material2
that referenced
this issue
Jul 8, 2017
* fix(autocomplete): allow number zero as value
* Currently the autocomplete does not properly display the selected options with the number zero as value.
Fixesangular#5363.
* Fix typo
Bug, feature request, or proposal:
When selecting the value of the number 0 from a drop down list of numbers, the value 0 is not set. A user can manually type in 0.
What is the expected behavior?
When selecting the value of the number 0 from a drop down list of numbers, the value 0 is set
What is the current behavior?
When selecting the value of the number 0 from a drop down list of numbers, the value 0 is not set and has a blank value in the input field.
What are the steps to reproduce?
https://plnkr.co/edit/czRXKtRzVyb2WyYFkWyM?p=preview
Select 0. The input will remain empty.
What is the use-case or motivation for changing an existing behavior?
Would like the ability to choose the number 0 as a value.
Which versions of Angular, Material, OS, TypeScript, browsers are affected?
current angular, current material, tested on windows 10, chrome
Is there anything else we should know?
The text was updated successfully, but these errors were encountered: