kysonic / riot-mui

Set of material ui components for riot js.
MIT License
151 stars 14 forks source link

material textarea doesn't correctly take input #42

Open mikey0000 opened 7 years ago

mikey0000 commented 7 years ago

I will provide a PR for this one

basically if you set opts.value it is not set to the element

in the on(mount)

this.value = opts.value <--- is missing