TiDAKeyboardControl icon indicating copy to clipboard operation
TiDAKeyboardControl copied to clipboard

Text area height issues....

Open bcpi opened this issue 10 years ago • 0 comments

Hi,

Great module! Thanks for creating it.

I'm testing it with SDK 3.3.0, and iOS 7.2.2. I've noticed a couple of issues while running the example app's "ahtomatic.js";

  1. If I type a lot of text into the text area without hitting "return", the text area adjusts its height properly (becomes multi line). However, once I hit "send", the text area is cleared, but the height remains the same (multi line) instead of resetting back to single line height. Is there a way to correct this?
  2. I can hit "return" multiple times or type in a very long text and the height of the text area continues to grow taller and taller beyond the limits of the window. Is there a way to limit the height to a fixed number of lines, like 5 multi lines of text max?

Thanks!

bcpi avatar Aug 07 '14 07:08 bcpi