Skip to content

Instantly share code, notes, and snippets.

<template>
<require from="./multiselect"></require>
<button click.delegate="changeOptions()">Change Options</button>
<br><br>
<multiselect options.bind="options" value.bind="value"></multiselect>
<br><br>
<template repeat.for="i of value">${i} </template>