khawars/KSTokenView

TokenView too much after TokenLimit

Closed this issue · 1 comments

If as example tokenView.maxTokenLimit = 3 and there are already three tokens chosen from the list
--> the tokenlist will be shown nevertheless and it is possible to choose a fourth token (this fourth token will be not in the list afterwards so that's correct)

Suggestion: If as example tokenView.maxTokenLimit = 3 and the third token is chosen, the list will be not displayed anymore.

Done, in latest commit 96195cf.