Skip to content

Commit

Permalink
docs: add JSDoc for validated event (#616)
Browse files Browse the repository at this point in the history
  • Loading branch information
mukherjeesudebi committed Apr 18, 2023
1 parent 92931ed commit cd433fc
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/vaadin-text-field-mixin.html
Original file line number Diff line number Diff line change
Expand Up @@ -984,5 +984,13 @@
*
* @event iron-resize
*/

/**
* Fired whenever the field is validated.
*
* @event validated
* @param {Object} detail
* @param {boolean} detail.valid the result of the validation.
*/
};
</script>

0 comments on commit cd433fc

Please sign in to comment.