You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've done a full composer update so I have the latest flux and the 'x-ref' field that references the filename still is not clearing itself of the last selected filename (or filenames, e.g. '2 files')
I've tried all of the following, which properly clears the input field value, but not the x-ref value that is displayed. I've also tried clearing the input via the console with vanilla javascript, but nothing seems to trigger the change to the x-ref div
References: #711
I've done a full composer update so I have the latest flux and the 'x-ref' field that references the filename still is not clearing itself of the last selected filename (or filenames, e.g. '2 files')
Here is my simple blade component:
For completeness, this is the wire:click cancel function. The same happens on a successful 'save' as well
I've tried all of the following, which properly clears the input field value, but not the x-ref value that is displayed. I've also tried clearing the input via the console with vanilla javascript, but nothing seems to trigger the change to the x-ref div
The only way I can get it to clear the x-ref is after clicking the "Choose Files" button is to then click cancel out of the open file dialog.
Am I missing something? Thanks in advance!
The text was updated successfully, but these errors were encountered: