We probably shouldn't clear the top level search when a user-initiated go-back takes us back to the top level.
We should persist the user's search string.
So e.g.
- type
apps
- enter -> to apps page
- esc
- expected: this should leave the top-level search string unchanged (
apps)
- actual: we clear the top-level search
I'm guessing this is in ShellPage.xaml.cs somewhere. Or ShellViewModel.
We probably shouldn't clear the top level search when a user-initiated go-back takes us back to the top level.
We should persist the user's search string.
So e.g.
appsapps)I'm guessing this is in
ShellPage.xaml.cssomewhere. OrShellViewModel.