diff --git a/changelogs/upcoming/7362.md b/changelogs/upcoming/7362.md new file mode 100644 index 00000000000..e2cd43d5f44 --- /dev/null +++ b/changelogs/upcoming/7362.md @@ -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)