Skip to content

Commit 89358ec

Browse files
committed
Merge pull request #295 from jab/patch-1
Add caveat about using invalid with auto-validate
2 parents 4cd13d0 + c1fbdb5 commit 89358ec

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

paper-input-behavior.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,9 @@
6060
/**
6161
* Returns true if the value is invalid. Bind this to both the `<paper-input-container>`'s
6262
* and the input's `invalid` property.
63+
*
64+
* If `autoValidate` is true, the `invalid` attribute is managed automatically,
65+
* which can clobber attempts to manage it manually.
6366
*/
6467
invalid: {
6568
type: Boolean,

0 commit comments

Comments
 (0)