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/README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 test-apps/options-list/README.md (limited to 'test-apps/options-list/README.md') diff --git a/test-apps/options-list/README.md b/test-apps/options-list/README.md new file mode 100644 index 0000000..375ab26 --- /dev/null +++ b/test-apps/options-list/README.md @@ -0,0 +1,3 @@ +This example tests to make sure changing tag (aka a replace, not a morph) does +not cause a runtime error when diffing children. Previously we mistakenly assumed +we were _always_ doing a morph of children, but this is not the case. -- cgit v1.2.3