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 - How to insert QWidgets in the middle of a Layout? -

python - serve multiple gunicorn django instances under nginx ubuntu -

module - Prestashop displayPaymentReturn hook url -