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
runtime-dom.esm-bundler.js?d1f7:1237 Uncaught (in promise)
DOMException: Failed to set the 'value' property on 'HTMLInputElement': This input element accepts a filename,
which may only be programmatically set to the empty string.
The text was updated successfully, but these errors were encountered:
i think there's no way around this limitation as it's the rules of the input type=file
the only thing you can do is create your own custom Vue component that's a wrapper of input type=file.
Since blitzar has the philosophy of "bring your own components" providing this for you is out of the scope of this library though 😅
good luck! -- Blitzar was made with 💜 by Luca Ban. You cannot sponsor every project, but next time you do, think of this one for its prolonged maintenance.
Current implementation does not allow to create a custom file.
In my field config I set the event property to follow the 'change' event and then trying to fill in the value with file content as so:
with this I get -
The text was updated successfully, but these errors were encountered: