Skip to content

Commit

Permalink
docs: add JSDoc for attributes [skip ci] (#231) (#232)
Browse files Browse the repository at this point in the history
  • Loading branch information
web-padawan committed Jul 20, 2020
1 parent 2c71d13 commit d1a2f47
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/vaadin-select.html
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,7 @@

/**
* The error message to display when the select value is invalid
* @attr {string} error-message
* @type {string}
*/
errorMessage: {
Expand Down Expand Up @@ -298,6 +299,7 @@

/**
* String used for the helper text.
* @attr {string} helper-text
*/
helperText: {
type: String,
Expand Down

0 comments on commit d1a2f47

Please sign in to comment.