Skip to content

Commit d27c6e1

Browse files
committed
refactor(file-input): hide setSelectionRange and setRangeText from docs
1 parent 900c1d1 commit d27c6e1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/components/file-input/file-input.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,12 @@ export default class IgcFileInputComponent extends IgcInputBaseComponent {
123123
this._formValue = createFormValueState(this, { initialValue: '' });
124124
}
125125

126+
/** @hidden */
127+
public override setSelectionRange(): void {}
128+
129+
/** @hidden */
130+
public override setRangeText(): void {}
131+
126132
/** Returns the selected files when input type is 'file', otherwise returns null. */
127133
public get files(): FileList | null {
128134
if (!this.input) return null;

0 commit comments

Comments
 (0)