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
Personally i'm fine with typing in the paths to directories and files but i know not everyone is. The text inputs should have little buttons to the left of them to open a file open window, then take the string result from that and update the textinput accordingly. Use the folder-open icon from fontawesome.
The text was updated successfully, but these errors were encountered:
I dont think the file input would work unless you select a file within the desired directory, which presupposes that there exists a file in that directory to select, which may not be the case. One of these might work, I'll look in to this more tomorrow
I'll implement this soon using shinyFiles::shinyDirChoose(), I'm not quite sure why I'm required to use shinyDirButton, but I'll have to do some styling workaround to get it inline the way submitTextButton is currently implement.
Personally i'm fine with typing in the paths to directories and files but i know not everyone is. The text inputs should have little buttons to the left of them to open a file open window, then take the string result from that and update the textinput accordingly. Use the
folder-open
icon from fontawesome.The text was updated successfully, but these errors were encountered: