-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Select 'required' parameter not working #514
Comments
+1 |
Could you create a jsfiddle for this? |
+1 |
+1 |
1 similar comment
+1 |
Sorry for super late reply. Here's the jsfiddle simple example: https://jsfiddle.net/adtu3zv8/ Chrome 43: Doesn't popup "Please select item.." |
* Keep select visible but behind the newly created div refs snapappointments#514
* Keep select visible but behind the newly created div refs snapappointments#514
I'm interest to hear what people make of the method I have used and have suggestions/ideas of alternatives. I have only managed to do this by making the multiselect div overlay the original element (which remains visible in the dom but This works in chrome but is untested in other browsers. Commit of interest: 3floorsup@51a1b58 (My fork contains other fixes which aren't related to this issue) |
I've the same problem. Is there a solutions for this? |
I'm using @ashleydw's fork. Works fine for me. Why is this not integrated as a pull request? |
When is the next release planned which would integrate this bugfix? |
It seems buggy again in Chrome :( Works OK in latest Firefox, Edge.. |
hey everyone! U can easily fix it with css: .btn-group.bootstrap-select select { opacity is set 0 and position absolute will hide your original select but u will see the warning. |
This does not work for Internet Explorer right? I'm getting problems with users using IE11. Any thoughts? |
@root91 - you deserve more than a thumbs up! :) easy patch (would prefer it in the main program) and works great - thanks! |
saved my time :D |
This seems to work fine for me using the latest version of bootstrap-select. If somebody can show me an example of it not working, I'll reopen the issue. |
@caseyjhol tried 1.13.12 on FF 66.0.3 Linux and "required" is not working. I'm styling the select to match bootstrap's default theme:
Also tried @root91 CSS but didn't work:
|
It seems the selectpicker ajax extension is breaking the required |
Without the styling, it will prompt 'Please fill in this field'. But when style it, the 'required' parameter doesn't work.
The text was updated successfully, but these errors were encountered: