CLTokenInputView icon indicating copy to clipboard operation
CLTokenInputView copied to clipboard

Active text input overlaps previous token

Open atecle opened this issue 4 years ago • 0 comments

Hi there, thank you very much for this library.

I'm wondering how to deal with this behavior:

demo

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?

atecle avatar May 10 '21 21:05 atecle