Skip to content

Commit

Permalink
Merge pull request #72 from UrbanInstitute/patch-basic-dropdown
Browse files Browse the repository at this point in the history
Make BasicDropdown value optionally null
  • Loading branch information
mitchthorson authored Apr 23, 2024
2 parents 113b4f3 + 9a4a576 commit 76c2a16
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
- Fixes package name in documentation
- Fixes Intro code chunk to be up to date
- Changes snake_case variables to camelCase
- Change BasicDropdown's value prop to accept null
- Add Navbar case for no projectUrl with story documentation

## v0.7.1
Expand Down
2 changes: 1 addition & 1 deletion src/lib/BasicDropdown/BasicDropdown.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
/**
* Binds to the current value for the dropdown (data.value)
* @type {string}
* @type {string | null}
*/
export let value;
Expand Down

0 comments on commit 76c2a16

Please sign in to comment.