asafdav / ng-scrollbar

A custom scrollbar written in pure AngularJS
MIT License
187 stars 70 forks source link

Doesnt work if added to textarea #61

Open pra-ver opened 7 years ago

pra-ver commented 7 years ago

http://codepen.io/anon/pen/aBeoQB

benjaminsuch commented 7 years ago

Of course it does not work on a textarea. You can't modify a textarea to use a custom scrollbar or apply a custom scrollbar on a textarea. If you want a something which looks a like a textarea with a custom scrollbar you have to manually build a custom textarea with div containers and javascript.