elixir-cloud-aai / landing-page

ELIXIR Cloud & AAI landing page
https://elixir-cloud.dcc.sib.swiss
Apache License 2.0
4 stars 14 forks source link

bug: seach bar user input always lower case #93

Closed uniqueg closed 1 year ago

uniqueg commented 1 year ago

Actual behavior

When typing into the search bar on the "Contributors" and "Funders" pages, but not on the "Solutions" and "Partners" pages, all input text is automatically converted to lower-case. In both cases, the actual search is case-independent - which it should be. But not displaying what the users put in is a bit irritating, it might make one wonder whether there is something wrong with the keyboard.

Expected behavior

For the search bars on all pages, text should be displayed as entered by the user. However, searches should remain case-independent. The desired behavior is currently implemented on the "Solutions" page.