Update RemoteFileInput

The following changes should all be relatively straightforward and would improve the RemoteFileInput component:

  • Updating the v_model should not happen until the user clicks OK
  • Symlinks should be followed
  • Folders should appear before files
  • Typing into the field above the list should filter the list
  • Support tuple-based v_models
Edited by Duggan, John