2021年4月25日星期日

Limit selected option in bsmultiselect

I want to prevent the user to select more then 5 options, but I haven't found a solution yet. Can anyone help me, please? Here is my code

student_html += '<select name="course_titles'+x+'[]" id="example" class="form-control mymultiple" multiple="multiple">';  student_html += strCourse;  student_html += '</select>';  
https://stackoverflow.com/questions/67227419/limit-selected-option-in-bsmultiselect April 23, 2021 at 05:29PM

没有评论:

发表评论