Skip to content
This repository was archived by the owner on Dec 17, 2025. It is now read-only.

Commit 19c559e

Browse files
authored
Simply the combobox's internal state handling of the open-state (#926)
1 parent c72db28 commit 19c559e

File tree

4 files changed

+358
-206
lines changed

4 files changed

+358
-206
lines changed

headless-demo/src/jsMain/kotlin/dev/fritz2/headlessdemo/App.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ val pages: Map<String, Page> = mapOf(
5050
| robust support for keyboard naigation.""".trimMargin(),
5151
RenderContext::comboboxDemo
5252
),
53+
"comboboxTestdrive" to TestDrive(RenderContext::comboboxTestdrive),
5354
"menu" to DemoPage(
5455
"Headless Menu",
5556
"""Menus offer an easy way to build custom, accessible dropdown components with robust support for keyboard

0 commit comments

Comments
 (0)