gpt4 book ai didi

ruby-on-rails - 使用 gem "no existing match"时如何禁用 "rails3-jquery-autocomplete"?

转载 作者:行者123 更新时间:2023-12-02 02:03:37 27 4
gpt4 key购买 nike

我正在使用名为 rails3-jquery-autocomplete
的 gem https://github.com/crowdint/rails3-jquery-autocomplete

以前没有匹配记录时,不显示“不存在匹配项”的消息。
但是,现在它总是弹出消息显示 "no existing match"

我怎样才能禁用它??

我的看法

<%= autocomplete_field_tag 'search', params[:search], autocomplete_community_title_communities_path, :class =>'input', :placeholder => 'keyword' %>

最佳答案

试试下面的脚本

$('autocomplete_element_selector').on('autocompleteresponse', function(event, ui) { 变量内容; 如果 (((content = ui.content) != null ? content[0].id.length : void 0) === 0) { $(this).autocomplete('关闭'); } });

关于ruby-on-rails - 使用 gem "no existing match"时如何禁用 "rails3-jquery-autocomplete"?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16067809/

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