Regarding close file dialog automatically after drag file

Hi , I Have to close file dialog automatically after drag file . Is There any syntax o close it . I dont want To close it Manually. Please provide me a solution .

https://snippet.webix.com/f083a3fh

Hello @Ninad ,
Interaction with elements with type=“file” is very limited.There is no way to close the file dialog programmatically.
Unfortunately, you will likely just have to let the user close the file dialog on their own if they choose to drag/drop files from it instead of using the “open” button.

Ok, Thank you so much @annazankevich