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
Ideally the text field should grow instead of going behind the previous token. I was noticing that func tokenInputView(_ view: CLTokenInputView, didChangeHeightTo height: CGFloat) is not called when the text could wrap to the next line.
Is this a bug, intended behavior, and/or has someone found a way to address this?
The text was updated successfully, but these errors were encountered:
Hi there, thank you very much for this library.
I'm wondering how to deal with this behavior:
Ideally the text field should grow instead of going behind the previous token. I was noticing that
func tokenInputView(_ view: CLTokenInputView, didChangeHeightTo height: CGFloat)
is not called when the text could wrap to the next line.Is this a bug, intended behavior, and/or has someone found a way to address this?
The text was updated successfully, but these errors were encountered: