我正在使用此插件在Select Tag中启用搜索选项 Chosen Plugin
但是当我验证页面时我面临着问题..它将错误置于选择控件之上并且错误看起来像这样
检查元素
$('.chosen-select').chosen({
disable_search_threshold: 10,
no_results_text: "Oops, nothing found!",
search_contains: true,
width: "95%"
}).trigger("chosen:updated");
请建议我如何解决这个问题
由于