Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当没有为用户输入的值显示建议时,我想显示一个默认值(我已经使用 setDefaultSuggestionsFromText() 设置)。谢谢你的帮助!
你需要一个SuggestOracle总是返回一个建议的。您可以轻松地构建一个包装您的当前SuggestOracle并在包装的 oracle 不返回任何内容时返回您的罐头建议。
SuggestOracle