pull/7738/head
Rich Harris 8 years ago
parent 24238e5778
commit dd2de33df3

@ -294,5 +294,6 @@ function checkSlotAttribute(validator: Validator, node: Node, attribute: Node, s
}
function isDynamic(attribute: Node) {
if (attribute.value === true) return false;
return attribute.value.length > 1 || attribute.value[0].type !== 'Text';
}

@ -0,0 +1,3 @@
<select bind:value multiple>
<option>1</option>
</select>
Loading…
Cancel
Save