I have included a textarea in ionic list. Please help me out to achieve the following requirement
Here is the code snippet I am using
<div class="list">
<label class="item item-input">
<textarea placeholder="Address"></textarea>
</label>
</div>
Using Angular Elastic solved my issue. Here is the link Angular Elastic. May be useful to someone.