close
The Wayback Machine - https://web.archive.org/web/20220810061048/https://github.com/topics/select2
Skip to content
#

select2

Here are 169 public repositories matching this topic...

garciajordy
garciajordy commented Feb 24, 2022

Describe the bug
When rendering a simple input field with Choices.js it generates multiple HTML validation errors.

To Reproduce
Steps to reproduce the behavior:

  1. Add a simple input field. <input type='text' class='js-choice' />
  2. Add the provided JS code from the documentation.
  const element = document.querySelector('.js-choice');
  const choices = new Choices(elemen

Improve this page

Add a description, image, and links to the select2 topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the select2 topic, visit your repo's landing page and select "manage topics."

Learn more