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 4fa77a8 commit dc634a3Copy full SHA for dc634a3
packages/uui-input-file/lib/uui-input-file.element.ts
@@ -10,6 +10,7 @@ import { repeat } from 'lit/directives/repeat.js';
10
/**
11
* @element uui-input-file
12
* @description - A form associated file input that supports multiple files.
13
+ * @extends FormControlMixin
14
*/
15
@defineElement('uui-input-file')
16
export class UUIInputFileElement extends FormControlMixin(LitElement) {
0 commit comments