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?