chinalwb / Android-Rich-text-Editor

Android Rich Text Editor With customized spans - 富文本编辑器 - Don't miss this one :)
Apache License 2.0
841 stars 169 forks source link

Starting api 27, suggestions are displayed and it cause problem #126

Closed starshipcoder closed 3 years ago

starshipcoder commented 3 years ago

Starting api 27, suggestions are displayed and it cause problem, the selection start from te start of the word

TYPE_TEXT_FLAG_NO_SUGGESTIONS not working, use TYPE_TEXT_VARIATION_VISIBLE_PASSWORD

chinalwb commented 3 years ago

@starshipcoder Thanks! Glad to know the TYPE_TEXT_VARIATION_VISIBLE_PASSWORD!

chinalwb commented 3 years ago

@starshipcoder I found with TYPE_TEXT_VARIATION_VISIBLE_PASSWORD it causes the text cannot be paragraphed properly, looks like below:

Could you pls help confirm the TYPE_TEXT_VARIATION_VISIBLE_PASSWORD works good for you? Thanks!