The Wayback Machine - https://web.archive.org/web/20220805124430/https://github.com/topics/inputs
Skip to content
#

inputs

Here are 85 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
Deep-Learning-Machine-Learning-AI-TensorFlow-Python

Improve this page

Add a description, image, and links to the inputs 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 inputs topic, visit your repo's landing page and select "manage topics."

Learn more