Skip to content

Commit

Permalink
[EuiSuperSelect] Allow rendering falsy but not nullish values (#7362)
Browse files Browse the repository at this point in the history
  • Loading branch information
cee-chen authored Nov 16, 2023
1 parent a744f40 commit 0c199e9
Show file tree
Hide file tree
Showing 6 changed files with 333 additions and 738 deletions.
4 changes: 4 additions & 0 deletions changelogs/upcoming/7362.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
**Bug fixes**

- Fixed `EuiSuperSelect` to render options with falsy values (false, 0, and ''), but not nullish values (undefined or null)
- Fixed `EuiSuperSelect`'s typing to allow non-string values (e.g., booleans or numbers)
Loading

0 comments on commit 0c199e9

Please sign in to comment.