Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: allow undefined items #2342

Merged
merged 4 commits into from May 23, 2024

Conversation

miccehedin
Copy link
Contributor

Allow undefined for [items] as toSignal() had this as defulat value. Avoids {initialValue: null} on a lot of signals.

This is convenient as signals default to undefined for initialValue, and
this avoids adding {initialValue: null} to a lot of signals.
@coveralls
Copy link

coveralls commented Feb 1, 2024

Coverage Status

coverage: 93.947% (-0.004%) from 93.951%
when pulling 90ea5cb on miccehedin:allow_undefined_items
into c02a6c4 on ng-select:master.

Copy link

github-actions bot commented Apr 2, 2024

This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions 🎆

@github-actions github-actions bot added the stale label Apr 2, 2024
@github-actions github-actions bot removed the stale label Apr 3, 2024
@pavankjadda pavankjadda changed the title Allow undefined items fix: allow undefined items May 23, 2024
@pavankjadda pavankjadda merged commit b8662ed into ng-select:master May 23, 2024
5 checks passed
Copy link

🎉 This PR is included in version 13.0.3 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants