⌈⌋ ⎇ branch:  Bitrhythm


Artifact Content

Artifact aaafa8347366834e117bc04efc19735bb7d3373f19e89f03c5232065a20a406a:


<bug-2229>
  <div>
    <select if={ flag }>
      <option each={ list } value={ value }>{ text }</option>
    </select>
  </div>
  <script>
    this.flag = true
    this.list = [{ value: 1, text: 'One' }, { value: 2, text: 'Two' }];
  </script>
</bug-2229>