Closed jingwei-huang1 closed 7 years ago
Is there any updates on if this can be merged? Thanks!
@chriscuecal Sorry for the late reply. I was trying to test on iOS 8/9 to see if I can reproduce the issue. Since it can't be reproduced anymore, I removed the entire line and chose the default value from UITextView instead. I will merge it once @nicksnyder approves it.
@jingwei-huang1 awesome thank you!
Sweet! Thanks!
Originally, we don't allow
isSelectable
overridden inTextViewLayout
because there was a view issue. After re-tested it on iOS 10/11, it looks OK. As a result,isSelectable
moved to beforeconfigure
, so that it can be overridden in configure block.