Questions tagged [multi.js]

4 questions
2
votes
1 answer

AJAX request is not refreshing is modified by multi.js library

I have a Django form with a multi-select on it. I am using the multi.js library to modify the look & feel of the multi-select. I am also using the Django Bootstrap Modal Forms package to be able to add new options to my select list without…
Raggedtoad
  • 511
  • 2
  • 8
  • 24
2
votes
2 answers

How to disable/enable selection options between forms or multiple form elements?

I am working on the basic concept for multiple group selections where some input options are disabled because they are generally unavailable at the moment and others being disabled because they were already picked elsewhere. This can be two or more…
2x2p
  • 414
  • 3
  • 17
0
votes
1 answer

Match flags with countries in a multi.js input of shiny app

I have the dataframe below with the multi.js input with flags and countries. As you will see it is obvious that the countries do not match with glags displayed. How can I fix that? library(shiny) library(shinyWidgets) countries_df <-…
firmo23
  • 7,490
  • 2
  • 38
  • 114
0
votes
2 answers

Why I get "Uncaught Error: Cannot find module 'multi.js' " when module is installed globally?

I have installed the packacge multi.js as npm install --global --verbose multi.js and also set the NODE_PATH environment variable to the export NODE_PATH=/home/wasim/.nvm/versions/node/v13.1.0/lib/node_module. I can also view that module is indeed…
Wasim Aftab
  • 638
  • 1
  • 8
  • 16