Closed aldakur closed 7 years ago
This could be an enhancement to give the library user the option set a custom separator instead of spaces of enter key
I can try develop it but I'm not sure how to do it. So, so the enter key function is by default? It wasn't developed by you?
in TagsEditText there's SEPARATOR = " ". Fork it and change it to ","
I think this is issue is not close. Im having the same scenario here. The separator only does separated the created tag. The problem here is that , create a tag when user click ','
When the user is typing a new item (that isn't in fruits.xml) and pushes the enter key the tag is created. I want the same but when the user types ',' (comma) key.
I'm reading the code but I don't found that code.