pull/1333/head
Rich Harris 7 years ago
parent 0ebe5355e1
commit 032083bb34

@ -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