File input props
Beside the Common properties, this element contains following:
Accept types
This is a list of file types that are accepted by the input. It is a comma-separated list of MIME types.
e.g. .mp4,.mp3,.jpg,.png
The default value is *.*
which means that all files are accepted.
Disabled
This property is a boolean that indicates whether the user can interact with the element.
Last updated