Skip to content

Commit

Permalink
fix: allow overriding _getInputElement() (#151)
Browse files Browse the repository at this point in the history
  • Loading branch information
Haprog authored May 29, 2020
1 parent 518195d commit 1d7ac39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vaadin-time-picker.html
Original file line number Diff line number Diff line change
Expand Up @@ -645,7 +645,7 @@
return TimePickerElement.properties.i18n.value().parseTime(text);
}

/** @private */
/** @protected */
_getInputElement() {
return this.shadowRoot.querySelector('vaadin-time-picker-text-field');
}
Expand Down

0 comments on commit 1d7ac39

Please sign in to comment.