azavea/pwd-unitybar

Authentication Dropdown Not Visible if Search Value Present

rajadain opened this issue · 0 comments

Overview

If authenticated is set to true, and searchValue is non-empty, the authentication dropdown is not visible.

2019-04-08 14 17 29

Expected Behavior

If authenticated is set to true, the authentication dropdown is always visible.

Actual Behavior

The dropdown hides if searchValue is given a value.

Steps to Reproduce

  • ./scripts/server
  • Set authenticated to true. Ensure you see the dropdown appear.
  • Enter a value in searchValue. Ensure you see the dropdown vanish.