You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, and thank you for this library. I managed to customize everything how I want, but I have a question. Is it possible to change the text field color? If I set the tokenView.backgroundColor property to black, the text is not visible anymore as I write it. Thanks! Also tokenView.style = KSTokenViewStyle.squared doesn't work as intended, as I still get the rounded corners.
The text was updated successfully, but these errors were encountered:
You can use tokenTextColor to set text color. Also setting style as squared works fine for me.
Please check Programmatically working example for both of these issues.
But there is no get/set for it exposed in KSTokenView, and the _tokenField is private, so not customizable. Please mark it as an enhancement proposal, but I don't think it should be closed.
*EDIT: Wanted to make a pull request, but there seems to be one already, here
Hello, and thank you for this library. I managed to customize everything how I want, but I have a question. Is it possible to change the text field color? If I set the tokenView.backgroundColor property to black, the text is not visible anymore as I write it. Thanks! Also tokenView.style = KSTokenViewStyle.squared doesn't work as intended, as I still get the rounded corners.
The text was updated successfully, but these errors were encountered: