Riyan Widiyanto
Results
1
issues of
Riyan Widiyanto
I have simple code below and still doesn't support validation. ``` One ``` ``` $('.select2').select2(); bootstrapValidate("#group", "required:This is required!"); ``` But it worked on input tag. Any idea?
bug