updateLineCount

fun updateLineCount(minLines: Int, maxLines: Int)

Provides multi-line support without using android.text.InputType.TYPE_TEXT_FLAG_MULTI_LINE, which would break a11y support due to enter key acting as "new line" instead of "done."