Filväljare
- Komponent
- Status
-
Produktionsklar
Innehåll
Filväljare används för att välja filer.
Inaktiv filväljare
API
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
-
v-model: FileList | null
Optional -
‐
Default:
null
Events
-
change
- ‐
-
update:modelValue
- ‐
-
input
-
V-model event.
Arguments:
<anonymous>: FileList
Slots
-
default
- ‐