Skip to content
#

dropdown-menus

Here are 106 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
haenf
haenf commented Feb 12, 2021

Activating the dropdown gives the following error messages and warning:

Error: Popper: modifier "flip" provided an invalid "enabled" property, expected "boolean" but got "false" validateModifiers.js:19:20

Warning: Popper: CSS "margin" styles cannot be used to apply padding between the popper and its reference element or boundary. To replicate margin, use the offset modifier, as well as th

good first issue

Improve this page

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

Learn more