We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 900c1d1 commit d27c6e1Copy full SHA for d27c6e1
src/components/file-input/file-input.ts
@@ -123,6 +123,12 @@ export default class IgcFileInputComponent extends IgcInputBaseComponent {
123
this._formValue = createFormValueState(this, { initialValue: '' });
124
}
125
126
+ /** @hidden */
127
+ public override setSelectionRange(): void {}
128
+
129
130
+ public override setRangeText(): void {}
131
132
/** Returns the selected files when input type is 'file', otherwise returns null. */
133
public get files(): FileList | null {
134
if (!this.input) return null;
0 commit comments