gpt4 book ai didi

选择 jquery,空字符串作为选项

转载 作者:行者123 更新时间:2023-12-03 22:23:12 25 4
gpt4 key购买 nike

我正在 grails 环境中的表单中使用 selected.js 作为下拉菜单。我希望用户能够选择一个空选项,但不知何故它被忽略了。一定有可能做到这一点吗?因为设置“select-none”之类的选项以及稍后在 data-bindig 中创建 if 条件 if select-none value= ""的解决方法会很不美观。

显示我的问题:

例如这个选择:

<g:select id="foo" data-placeholder="bar"  class="foo chzn-select" style="width: 245px;" tabindex="4" 
from="${['M', ' ', 'F']}" value="foo" name="titel"/>

将返回:

enter image description here

当然,这是一个很好的选择功能,但我想我的情况是一个常见情况,也许你们中的某个人已经有了覆盖此行为的解决方案

提前致谢

最佳答案

您还可以将 *allow_single_deselect* 设置为 true。这将有一个“x”,允许用户取消选择该选项。

$(".chzn-select").chosen({ allow_single_deselect:true });

关于选择 jquery,空字符串作为选项,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14851660/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com