diff --git a/nodes/core/logic/10-switch.html b/nodes/core/logic/10-switch.html index 54c3af660..cbb0b491e 100644 --- a/nodes/core/logic/10-switch.html +++ b/nodes/core/logic/10-switch.html @@ -199,6 +199,7 @@ } else if (type === "btwn") { row2.hide(); row3.show(); + btwnValue2Field.typedInput('show'); } else { row2.hide(); row3.hide();