Is it possible to delete spans in textfield when c...
# compose
r
Is it possible to delete spans in textfield when clicking delete button in soft keyboard instead of removing each character at a time. I have @mentions of user name which is colored using color transformation. Would like to remove the entire name when the cursor is just next to the name and use starts deleting the characters. Is there a way to get all spans and delete them based on cursor position in textfield?