Update RemoteFileInput
Summary of Changes
This changes the following behaviors of the RemoteFileInput:
- Folders should always display before files.
- Symlinks should work now.
- Passing a tuple to v_model should no longer raise an AttributeError.
- The v_model won't be updated until the user clicks OK.
- The user can type and the file list will be filtered appropriately.
Checklist
-
The MR has a clear and concise title -
Code is self-documented and follows style guidelines. -
Automated tests are written and pass successfully. -
Regression tests (e.g. manually triggered system tests, manual GUI/tool tests, ...) are performed to make sure the MR does not break anything (when applicable) -
Readme file is present and up-to-date.
Documentation Updates
Additional Notes
Closes #49 (closed)