Skip to content
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

Need a alert in case of Required=true #3084

Open
MackleyMag opened this issue Feb 17, 2020 · 4 comments
Open

Need a alert in case of Required=true #3084

MackleyMag opened this issue Feb 17, 2020 · 4 comments

Comments

@MackleyMag
Copy link

I have a issue in a specific case. I'm with a chosen field active with a select that needs to be selected an option for submit. When users tries to submit, the form don't allow but it don't show whats wrong.
I'm using bootstrap, so I think you could implement something to import the required=true attribute from select.

@scottsawyer
Copy link

Same problem, not using bootstrap.

@Kiuman
Copy link

Kiuman commented Mar 20, 2020

Same problem. When attribute required is used in a select option then there is no message telling you that that select is required.

@MahammadMoine
Copy link

use as below
$("#id").chosen()
$("#id").css("display", "").addClass("sr-only");
"sr-only" is bootstrap class

@MahammadMoine
Copy link

use as below
$("#id").chosen()
$("#id").css("display", "").addClass("sr-only");
"sr-only" is bootstrap class

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants