android - MultiAutoCompleteTextView doesn't accept blank spaces -


my problem when suggest sentences in multiautocompletetextview, when press spacebar, suggestions disappear. example:

suggested words:

the rock
ball
thermal

if write "the", sentences displayed, if write "the " (with blank space) suggestions dismissed. want if write "the ", elements "the rock" , "the ball" displayed in suggested words.

thanks.

have @ post:

https://groups.google.com/forum/#!topic/android-developers/orsn2xrpdma ran similar problem , wrote simple multi word derivation. defaults "," separator can set whatever using "setseparator" method. or stack-overflow answer might helpful cause experiences same problem: autocompletetextview backed cursorloader


Comments

Popular posts from this blog

python - Error importing VideoFileClip from moviepy : AttributeError: 'PermissionError' object has no attribute 'message' -

java - is not an enclosing class / new Intent Cannot Resolve Constructor -

qt - QML MouseArea onWheel event not working properly when inside QML Scrollview -