Skip to content
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.

Commit

Permalink
Update core-input.html
Browse files Browse the repository at this point in the history
Added documentation for new event input-valid
  • Loading branch information
RamCohen committed Jul 1, 2014
1 parent 1a41b32 commit 6fabe01
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions core-input.html
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,13 @@
Fired when the inputValue of this text input changes and fails validation.
@event input-invalid
@param {Object} detail
@param {string} value The text input's inputValue.
-->

<!--
Fired when the inputValue of this text input changes and passes validation.
@event input-valid
@param {Object} detail
@param {string} value The text input's inputValue.
Expand Down

0 comments on commit 6fabe01

Please sign in to comment.