usnistgov / oar-pdr

The NIST Open Access to Research (OAR) Public Data Repository (PDR) system software
11 stars 10 forks source link

Got Author/Keyword filter dropdown to show up. Keyword dropdown still… #250

Closed chuanlin2018 closed 2 years ago

chuanlin2018 commented 2 years ago

… has text alignment issue in the dropdown.

Issue: when user clicked on Authors and Contributors or Keyword filter, the dropdown for authors only partially display and the dropdown for keywords does not show up at all.

Fix: set overflow of the filter panel to display instead of hidden. This makes the dropdown show up.

Issue to be fixed in the next release: the beginning and/or ending of the text of the dropdown of keywords will be truncated if keywords are very long. This seems to be a PrimeNg problem that might take a while to fix.

This check in also removed some console log that's for debugging purpose.