Rails3-jquery-autocomplete 如果没有可用数据则清除字段
我正在使用rails3-jquery-autocomplete。如果自动完成没有返回结果,是否可以清除自动完成字段的值?我试图阻止用户提交数据库中没有的值。
I am using rails3-jquery-autocomplete. Is it possible to clear the value of an autocomplete field if the autocomplete returns no results? I'm trying to prevent users from submitting values we don't have in database.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我使用的是旧版本,但我为
autocomplete()
调用实现了change
处理程序。I am using an older version but I implemented a
change
handler for theautocomplete()
call.您可以使用 select 回调函数检查值是否正确,如果不正确则清除此输入
you can use select callback function to check if the value is correct, if its not then clear this input