-
Notifications
You must be signed in to change notification settings - Fork 83
Open
Description
When using pickfile it creates html code like this:
<div id="rfd-card"><input id="rfd-input" type="file" accept=""><button id="rfd-button">Ok</button></div>
Coud you add an option like set_overlay to AsyncFileDialog which lets you skip this rfd-card and open the os file picker directly? The easiest solution would probably be to add an eventlistener to input instead of button.set_onclick(Some(closure.as_ref().unchecked_ref()));
in wasm.rs:94 and add the visibility of the body.
emilk, nikolausWest, Ralith, ottojo, victoryaskevich and 2 more
Metadata
Metadata
Assignees
Labels
No labels