goetzrobin / spartan

Cutting-edge tools powering Angular full-stack development.
https://spartan.ng
MIT License
1.09k stars 120 forks source link

Select does not work with number 0 and ngModel #292

Closed elite-benni closed 1 month ago

elite-benni commented 1 month ago

Please provide the environment you discovered this bug in.

used the select box example from the numbers spec and added the value 0

Which area/package is the issue in?

accordion

Description

When the number 0 is selected, the value of the bound variable is null

Please provide the exception or error you saw

No response

Other information

No response

I would be willing to submit a PR to fix this issue