From d690a18d788941636359f8794068ba981e11007b Mon Sep 17 00:00:00 2001 From: Joey Arhar Date: Mon, 16 Oct 2023 11:26:22 -0700 Subject: [PATCH] Add note about selection follows focus Fixes https://github.com/openui/open-ui/issues/742 --- site/src/pages/components/selectlist.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/site/src/pages/components/selectlist.mdx b/site/src/pages/components/selectlist.mdx index 59d37a2ac..7cfd6ffa3 100644 --- a/site/src/pages/components/selectlist.mdx +++ b/site/src/pages/components/selectlist.mdx @@ -420,3 +420,4 @@ Given that we would be required to introduce something new into the platform (at - [Why not support the `size` attribute](https://github.com/openui/open-ui/issues/153) - [Why support `:checked` instead of `:selected`](https://github.com/openui/open-ui/issues/827) - [Why allow interactive content in `` but with strong warnings](https://github.com/openui/open-ui/issues/540) +- [Why not make selection follow focus](https://github.com/openui/open-ui/issues/742)