From 0af38a32843b05b22e39a5d05a895f85cae1892e Mon Sep 17 00:00:00 2001 From: Awilum Date: Sat, 22 May 2021 10:46:06 +0300 Subject: [PATCH] feat(blocks): update block `InputSelect` #18 fix issue with selected item state --- blocks/blocks/InputSelect/block.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/blocks/blocks/InputSelect/block.html b/blocks/blocks/InputSelect/block.html index 63c799e..4714bb5 100644 --- a/blocks/blocks/InputSelect/block.html +++ b/blocks/blocks/InputSelect/block.html @@ -23,7 +23,8 @@ {% endif %} {% for key, value in items %} - + {% endfor %} {% if block.properties.help %}