Filväljare
- Komponent
- Status
-
Produktionsklar
Innehåll
Filväljare används för att välja filer.
Inaktiv filväljare
API
Models
-
v-model: FileList | null
Optional -
‐
Default:
null
Props
-
id: string
Optional -
The id for the input id attribute. The id for the label for attribute. If the prop is not set a random value will be generated.
Default:
() => ElementIdService.generateElementId()
-
disabled: boolean
Optional -
Disables the file selector.
Default:
false
Events
-
change
-
Emitted when file changes.
Arguments:
<anonymous>: FileList
Slots
-
default
- ‐