gpt4 book ai didi

ruby-on-rails-3 - 将占位符文本添加到选定的 selected-jquery

转载 作者:行者123 更新时间:2023-12-04 07:04:16 25 4
gpt4 key购买 nike

我正在使用 selected-rails gem 并取得了巨大的成功。但是,我想自定义占位符文本。从 gem 文档看来, CoffeeScript 文件中应该有以下内容

  $('.chzn-select').chosen
allow_single_deselect: true
no_results_text: 'No results matched'

当我使用此代码时,我可以更改 deslectbehaviour,因此正在调用脚本,但占位符文本不会更改

有没有人经历过类似的行为?

最佳答案

要在 CoffeeScript 文件中设置默认文本,请使用:
$('.chzn-select').chosen
allow_single_deselect: true
no_results_text: 'No results matched',
placeholder_text_single: 'Please select an option',
placeholder_text_multiple: 'Please select some options'

适用于我选择的rails 1.5.2

关于ruby-on-rails-3 - 将占位符文本添加到选定的 selected-jquery,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16250360/

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