We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NWJS Version : 0.35.0 Operating System : Windows 10 x64
In NW.js 0.34, <input type="file" nwsaveas> shows a save dialog.
<input type="file" nwsaveas>
In NW.js 0.35, it shows an "open" dialog, which appears to be identical to as if the nwsaveas attribute was not present.
<input type="file" nwsaveas> in a HTML file is sufficient to reproduce this issue.
The text was updated successfully, but these errors were encountered:
This is the duplicate of #6886, which has been fixed in git.
Sorry, something went wrong.
No branches or pull requests
NWJS Version : 0.35.0
Operating System : Windows 10 x64
Expected behavior
In NW.js 0.34,
<input type="file" nwsaveas>
shows a save dialog.Actual behavior
In NW.js 0.35, it shows an "open" dialog, which appears to be identical to as if the nwsaveas attribute was not present.
How to reproduce
<input type="file" nwsaveas>
in a HTML file is sufficient to reproduce this issue.The text was updated successfully, but these errors were encountered: