chosen icon indicating copy to clipboard operation
chosen copied to clipboard

Need a alert in case of Required=true

Open MackleyMag opened this issue 5 years ago • 4 comments

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.

MackleyMag avatar Feb 17 '20 21:02 MackleyMag

Same problem, not using bootstrap.

scottsawyer avatar Mar 15 '20 03:03 scottsawyer

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

Kiuman avatar Mar 20 '20 10:03 Kiuman

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

MahammadMoine avatar Jun 28 '20 05:06 MahammadMoine

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

MahammadMoine avatar Jun 28 '20 06:06 MahammadMoine