File input - filename not clearing #660
Replies: 1 comment
-
Typical, found a solution after posting which was adding a wire:key that changed after successful upload, but is this the only solution?
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
A simple livewire component which uploads a file. However I am struggling to clear the file name after successful upload. Is this due to the:
having wire:ignore in it's parent container?
Example below:
Blade file
If anyone has any suggestions on how to clear the input file on a flux:input type=file component?
Beta Was this translation helpful? Give feedback.
All reactions