Hi is there any way of removing this "or drop files" part from the lightning file upload button ? In the below screen shot i want to remove the "or drop file" section and only keep the button and functionality as such... is this possible ?
tried Using this:
.html code:
/* <div class="slds-m-around_medium">
<lightning-input type="file" accept=".xlsx, .xls, .csv, .png, .doc, .docx, .pdf"
onchange={openfileUpload}>
</lightning-input>
in css file:
.THIS .slds-file-selec`enter code here`tor__dropzone .slds-file-selector__text{
display: none !important;
}
but didn't worked. is there any workaround ?