Skip to content

Commit 02a6a50

Browse files
authored
Merge pull request #450 from jtrs/master
pass validator attribute to iron-autogrow-textarea make possible to use custom validator
2 parents 187c32d + 7ee4e0b commit 02a6a50

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

paper-textarea.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@
5656
<iron-autogrow-textarea id="input" class="paper-input-input"
5757
bind-value="{{value}}"
5858
invalid="{{invalid}}"
59+
validator$="[[validator]]"
5960
disabled$="[[disabled]]"
6061
autocomplete$="[[autocomplete]]"
6162
autofocus$="[[autofocus]]"

0 commit comments

Comments
 (0)