We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
-PassThru
Scenario 1:
pwsh.exe -noprofile
ls | ogv
Scenario 2:
ls | ogv -passthru
The search query should filter the results in the Out-GridView window, and pressing enter while focussed on the text box should not close the window.
Filtering via text search doesn't work, and pressing enter while focussed on the search box closes the window.
No response
PSVersion 7.5.0-rc.1 PSEdition Core GitCommitId 7.5.0-rc.1 OS Microsoft Windows 10.0.26100 Platform Win32NT PSCompatibleVersions {1.0, 2.0, 3.0, 4.0…} PSRemotingProtocolVersion 2.3 SerializationVersion 1.1.0.1 WSManStackVersion 3.0
Prerequisites
Steps to reproduce
Scenario 1:
pwsh.exe -noprofilels | ogvScenario 2:
pwsh.exe -noprofilels | ogv -passthruExpected behavior
The search query should filter the results in the Out-GridView window, and pressing enter while focussed on the text box should not close the window.Actual behavior
Filtering via text search doesn't work, and pressing enter while focussed on the search box closes the window.Error details
No response
Environment data
Visuals