Filpresentatör

Komponent
FFileItem
Status
Preliminär
Innehåll

Filpresentatör används för att presentera fil, till exempel när användaren valt fil med filväljaren.

Filpresentatör med knapp och progress

Ikoner

Filikonen till vänster bestäms av mimetype:

  • Bilder använder f-icon-pic
  • PDF använder f-icon-pdf
  • Word-dokument använder f-icon-doc
  • Övriga filer använder f-icon-file

API

Props
NameDescriptionTypeRequiredDefault

id

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.

string

false

() => ElementIdService.generateElementId()

fileName

The file name.

string

true

mimeType

The mime type, can be changed if i.e server change the name.

string

false

undefined

originalMimeType

The name of the file uploaded

string

false

undefined

changedMimeTypeText

If file name changed, this info will be displayed, placeholder %before% and %after% will be replaced with originalMimeType and mimeType

string

false

undefined

Slots
NameDescriptionBindings

row

default

Slot for any type of content. Elements placed in this slot will be position after the file icon and file name.

Esc för att stänga Pil upp/ner för att navigera Enter för att välja