TT#141900 SendFax - Support *.tif as extension

Change-Id: I2f0df150fb582818f0d52d5149f410d9e1e58982
mr10.1.1
Carlo Venusino 4 years ago
parent 0cfb10a1b7
commit bbe230a011

@ -50,7 +50,7 @@
@blur="$v.form.data.$touch"
/>
<csc-input-file
accept=".pdf,.tiff,.txt,.ps"
accept=".pdf,.tif,.tiff,.txt,.ps"
@file-selected="toggleFileSelected"
/>
</q-card-section>

@ -37,10 +37,10 @@
</template>
</q-input>
<q-input
:value="selectedFile"
v-show="false"
ref="fileInput"
type="file"
:value="selectedFile"
:accept="$attrs.accept"
@input="fileInput"
/>

Loading…
Cancel
Save