我正在使用nokia.places.widgets.SearchBox控件来搜索地点并在地图上居中/缩放用户选择的项目。
为此,我使用了onSelect事件,因为它应该响应用户选择(与返回结果后触发的onResults事件相反)。使地图居中后,我调用 hideSuggestions() 方法来隐藏 SearchBox 的结果列表。
My problem is that when the item is selected the suggestion list disappear correctly but remains "interactive". 特别是,使用鼠标滚轮滚动时,搜索框会在搜索项上滚动。
除了从 DOM 中手动删除项目之外,是否有一种本地方法可以绝对关闭建议列表?