10 lines
469 B
Vue
10 lines
469 B
Vue
<template>
|
|
<DocSectionText id="accessibility" label="Accessibility" v-bind="$attrs">
|
|
<h3>Screen Reader</h3>
|
|
<p>FileUpload uses a hidden native <i>input</i> element with <i>type="file"</i> for screen readers.</p>
|
|
|
|
<h3>Keyboard Support</h3>
|
|
<p>Interactive elements of the uploader are buttons, visit the <Link href="/button#accessibility">Button</Link> accessibility section for more information.</p>
|
|
</DocSectionText>
|
|
</template>
|