python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Cannot validate dropdown items clicked or not
I was using a multi select dropdown menu inside a form in my application. And I want to disable the NEXT button if nothing is selected of dropdown. But in my code even I didn't select any option, it t...

Dasaya_Developer
Votes: 0
Answers: 0
Issues in dropdown css
I am using this library react-multi-select-component for multiSelect dropdown.
This is my code :
const [selected,setSelected] = useState([]);
const options = ["2022-02-01","...

Hritik Sharma
Votes: 0
Answers: 3
Multiselect uncheck selected checkbox and select the current selection
I have developed a code where I can only do single select in a multiselect dropdown and it will disable the rest of the selection. Now I do not want to disable the checkbox and if I select new checkbo...
David Lee
Votes: 0
Answers: 1
Validation is not getting triggered for multi-select component - Formio
I'm using Select component which allows multiple values to be selected by the user.
Though Formio has required error message display as an inbuilt functionality, I've used custom validation to display...
Rajam Arunachalam
Votes: 0
Answers: 1