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

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

Loading…
Cancel
Save