splitwise / TokenAutoComplete

Gmail style MultiAutoCompleteTextView for Android
Apache License 2.0
1.3k stars 383 forks source link

when hint is shown and screen changes orientation, the cursor moves before the prefix. #214

Open jiawenzhang opened 8 years ago

mgod commented 8 years ago

Hi, this seems like expected behavior. The cursor should always appear before the hint?

jiawenzhang commented 8 years ago

sorry, I meant cursor moves before the "Prefix". Prefix as set by completionView.setPrefix(PREFIX); the cursor should always after the prefix.