We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b8d51d commit 37a949cCopy full SHA for 37a949c
1 file changed
hello-world/blazor/README.md
@@ -232,6 +232,7 @@ window.startImageDecode = async () => {
232
resultsContainer.innerText = ""; // Reset results container
233
234
const { files } = inputElement;
235
+ inputElement.value = '';
236
237
try {
238
for (let file of files) {
0 commit comments