Skip to content
This repository was archived by the owner on Jan 13, 2025. It is now read-only.

Commit 698b62a

Browse files
fix(textfield): Add function docs
1 parent ff70e49 commit 698b62a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/mdc-textfield/foundation.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -260,6 +260,9 @@ class MDCTextfieldFoundation extends MDCFoundation {
260260
}
261261
}
262262

263+
/**
264+
* @private
265+
*/
263266
updateDefaultValidity_() {
264267
if (!this.useCustomValidityChecking_) {
265268
const input = this.getNativeInput_();
@@ -290,6 +293,7 @@ class MDCTextfieldFoundation extends MDCFoundation {
290293
* Updates the state of the Textfield's help text based on validity and
291294
* the Textfield's options.
292295
* @param {boolean} isValid
296+
* @private
293297
*/
294298
updateHelptext_(isValid) {
295299
const {HELPTEXT_PERSISTENT, HELPTEXT_VALIDATION_MSG} = MDCTextfieldFoundation.cssClasses;

0 commit comments

Comments
 (0)