JuliaGizmos / InteractNext.jl

28 stars 6 forks source link

File selector widget #13

Closed piever closed 6 years ago

piever commented 6 years ago

I've added a widget to select files. After the chat on slack I thought it was better to cover as much of the standard input type=... as possible with widgets from https://vuematerial.io/ .

I'm happy to get feedback on the name, not sure choosefile is the best.

piever commented 6 years ago

Note that it says "Attach_file" in the widget (rather than showing the appropriate icon) and I believe it's because the way in which we install Vue material design is not 100% correct and we're probably missing the image.

EDIT: I've added the missing dependency, it displays the correct icon now.

shashi commented 6 years ago

:+1: choosefile is the only verb in the names of widgets... filepicker or filechooser would be ok?

piever commented 6 years ago

filepicker sounds more in line with the rest of the package, I'll update the PR.