I have a materiel design lite page with :
<div class="mdl-textfield mdl-js-textfield mdl-textfield--floating-label">
<textarea name="categoryName" class="mdl-textfield__input" type="text" id="textAddCategory"></textarea>
<label class="mdl-textfield__label" for="textAddCategory">categoryName</label>
</div>
I am wondering how I could get the text area value in my component ... Any Idea ?