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
Is your feature request related to a problem? Please describe.
User opens a SaveDialog to save a new file.
They enter filename at the end of the path in the path field.
They notice that they are in the incorrect folder and navigate to the correct one.
They click 'Save', and it does nothing.
The filename they provided is gone, often without them noticing, which they perceive as "not working" -or- they are annoyed that they have to type the filename again.
Describe the solution you'd like
A separate text field above the path field, bound to a FileName property.
This field would not change as the user navigated folders, and would be appended to the full path whenever either changed.