File: selections.html

package info (click to toggle)
select2.js 4.0.1~dfsg1-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,416 kB
  • ctags: 143
  • sloc: makefile: 7
file content (17 lines) | stat: -rw-r--r-- 337 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<section>
  <h2>
    Can I change how selecting results works?
  </h2>

  <h3>
    Can I select the highlighted result when the dropdown is closed?
  </h3>

  {% include options/not-written.html %}

  <h3>
    Can I prevent the dropdown from closing when a result is selected?
  </h3>

  {% include options/not-written.html %}
</section>