smart-area icon indicating copy to clipboard operation
smart-area copied to clipboard

ng-hide does not hide textarea / control

Open willicat opened this issue 9 years ago • 2 comments

willicat avatar Nov 30 '15 01:11 willicat

Does anyone got any solution ?

amritpal-singh avatar Jul 02 '16 08:07 amritpal-singh

I ran into this same issue, I had a quick look at the code and the directive is replacing the original element and I'm assuming this has something to do with it. As a quick work around I just wrapped the textarea in

and added the ng-show/ng-hide on here instead this seems to work.

tnovis avatar Jul 06 '16 10:07 tnovis