Skip to content
#

choice

Here are 104 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
alexarnoldy
alexarnoldy commented Sep 13, 2021

The output for the fuseml workflow assign command is:
Workflow "ABC" assigned to codeset "relative-path/XYZ"

This would imply that the codeset is the structural object that the workflow runs on. Since the relationship is actually reverse of this, the output should be:
Codeset "relative-path/XYZ" assigned to workflow "ABC"

bug good first issue area/cli

Improve this page

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

Learn more