From 5d5b513449017118134a32571dceba754ca1c4f5 Mon Sep 17 00:00:00 2001 From: Hayleigh Thompson Date: Tue, 16 Apr 2024 21:57:51 +0100 Subject: :bug: Fixed a bug where the 'selected' attribute was not properly applied in the DOM. --- test-apps/options-list/gleam.toml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 test-apps/options-list/gleam.toml (limited to 'test-apps/options-list/gleam.toml') diff --git a/test-apps/options-list/gleam.toml b/test-apps/options-list/gleam.toml new file mode 100644 index 0000000..4a824db --- /dev/null +++ b/test-apps/options-list/gleam.toml @@ -0,0 +1,12 @@ +name = "app" +version = "1.0.0" +target = "javascript" + +[dependencies] +gleam_stdlib = "~> 0.36" +lustre = { path = "../../" } +lustre_ui = "~> 0.4" + +[dev-dependencies] +gleeunit = "~> 1.0" +lustre_dev_tools = "~> 1.0" -- cgit v1.2.3