Topic: Angular textarea scroll doesn't work
mdbangular_es free asked 6 years ago
Hi,
PFB my code. I expect a vertical scrollbar when there are more than 8 lines. But, it doesn't give the scroll functionality rather I have to use the key board arrow keys to move up and down. Please let me know how to fix this at the earliest.
<textarea mdbInputDirective length="10000" type="text" formControlName="message"
id="Message" class="md-textarea form-control" rows="8"></textarea>
Thanks,
Prem
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Status
Resolved
Specification of the issue
- ForumUser: Free
- Premium support: No
- Technology: MDB Angular
- MDB Version: -
- Device: -
- Browser: -
- OS: -
- Provided sample code: No
- Provided link: No
Tags
Damian Gemza staff commented 6 years ago
Dear Prem, You have to change the height of the textarea to see the scrollbar. After you change the height to for example, 50px, and do few enters to put there some new lines, the scrollbar should be visible. Best Regards, Damian