-
How do I reset a Salesforce Lightning file input after submission?
Hi All,
How do I reset a lightning file input after it has been submitted?Here is my input on the component:
<input type=”file” class=”file” aura:id=”file” />
After the user submits the file it still has the old file selected and I want to clear it out after submission.
Thanks!
Log In to reply.