Closed rajadain closed 5 years ago
If authenticated is set to true, and searchValue is non-empty, the authentication dropdown is not visible.
authenticated
true
searchValue
If authenticated is set to true, the authentication dropdown is always visible.
The dropdown hides if searchValue is given a value.
./scripts/server
Overview
If
authenticated
is set totrue
, andsearchValue
is non-empty, the authentication dropdown is not visible.Expected Behavior
If
authenticated
is set totrue
, the authentication dropdown is always visible.Actual Behavior
The dropdown hides if
searchValue
is given a value.Steps to Reproduce
./scripts/server
authenticated
totrue
. Ensure you see the dropdown appear.searchValue
. Ensure you see the dropdown vanish.