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

Refactor select component to accept no default value #389

Open
deansallinen opened this issue Feb 24, 2025 · 0 comments
Open

Refactor select component to accept no default value #389

deansallinen opened this issue Feb 24, 2025 · 0 comments

Comments

@deansallinen
Copy link
Contributor

Currently the select component requires a default value. There are situations where the selection should be optional and there should be no default.

We need to refactor this component to add support for an undefined default value.

In select components where the default is optional, we should also be able to deselect the selected option - ie. return to a default state where no option is selected.

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

No branches or pull requests

1 participant