2011-09-14 44 views
0

當我嘗試在密碼字段中輸入一些文本時,我會得到可能的建議。我如何避免這種情況。我想禁用鍵盤上的鍵盤建議。如果這個問題重複,任何人都可以建議我。 在密碼字段中使用 'android:inputType =「textNoSuggestions」'。無法禁用android密碼建議

+0

的可能重複[安卓:多行和在EditText上沒有自動提示](http://stackoverflow.com/questions/2653271/android- multiline-no-autosuggest-in-edittext) –

+0

請參閱http://stackoverflow.com/questions/5151836/android-disable-password-hint/8525612#8525612 – styler1972

回答

0

您可以設置TextFieldName.addTextChangedListener(TextWatcher watcher)爲空監聽器,這應該解決您的問題

+0

你能告訴我我該怎麼做..我不能將其設置爲null。 – Nemo

+0

Null不會訣竅,你將不得不做一個新的TextWatcher,然後不使用它。 –