From 3c2a33a77e8385fc932c5d36d0af34e5db90d094 Mon Sep 17 00:00:00 2001 From: Mathieu Puech Date: Wed, 2 Dec 2020 08:05:12 -0500 Subject: [PATCH] chore(listbox): add changeset --- .changeset/popular-needles-hug.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .changeset/popular-needles-hug.md diff --git a/.changeset/popular-needles-hug.md b/.changeset/popular-needles-hug.md new file mode 100644 index 000000000..1e42255ea --- /dev/null +++ b/.changeset/popular-needles-hug.md @@ -0,0 +1,7 @@ +--- +'@lion/listbox': patch +--- + +- Fix keyboard navigation when `selection-follows-focus` and `orientation="horizontal"` are set on a `` +- Fix keyboard navigation with `selection-follows-focus` and disabled options +- On click of an option, it become active