Text-box and text-area is not scrollable in side the form.
If the text are more then width of text-box and more then height and width of text-area it is not visible and scrollable. That mines user can not able to see the all text of textbox and text-area.
@mhartington I’m having a similair issue on ionic 1.2.4 with latest chrome version. First the content scrolls and when that is finished, the textarea scrolls. This means that when the textarea is lower in the DOM then screenheight, it is not possible to scroll the textarea upwards. Similairly, when it is placed as first item when the content is higher then screenheight, it will scroll down first and thus be unable to scroll downwards (because textarea is no longer in view, you can’t focus it for scrolling)
Any thoughts on this? I would vote for disabling scroll content in a given element and descendants, like we have data-tap-disabled, I would like a data-scroll-disabled (even within an ion-scroll element). Possibly this already exists? Can you point me in the right direction?
Good point, should have thought about that Anyways, version is still larger then beta9 which you mentioned, I’m using v1.0.0-beta.11 according to ionic.bundle.js