代码之家  ›  专栏  ›  技术社区  ›  Leandro Keen Zapa

关闭EditText的数字自动建议?

  •  0
  • Leandro Keen Zapa  · 技术社区  · 6 年前

    我发现了类似的东西。但它接受文本而不是数字!

    Turn off autosuggest for EditText?

    android:inputType="textFilter" 
    android:inputType="textNoSuggestions" 
    

    我试过了

    android:inputType="number|textNoSuggestions" 
    

    它会导致接受非数字符号,也不会删除建议。

    screenshot

    1 回复  |  直到 6 年前
        1
  •  18
  •   Sandeep Parish    6 年前

    androido具有自动填充字段的功能 ,只需在xml中使用它,它将禁用自动填充提示

        android:importantForAutofill="no"