placement.html 633 B

1234567891011121314151617181920212223242526272829
  1. <section>
  2. <h2>
  3. Can I change how the dropdown is placed?
  4. </h2>
  5. <h3 id="dropdown-attachContainer">
  6. Can the dropdown be placed directly after the selection container?
  7. </h3>
  8. {% include options/not-written.html %}
  9. <h3 id="dropdownParent">
  10. Can I pick an element for the dropdown to be appended to?
  11. </h3>
  12. {% include options/not-written.html %}
  13. <h3>
  14. I&apos;m using a Bootstrap modal and I can&apos;t use the search box
  15. </h3>
  16. {% include options/not-written.html %}
  17. <h3>
  18. I&apos;m using jQuery UI and I can&apos;t use the search box
  19. </h3>
  20. {% include options/not-written.html %}
  21. </section>