Description |
The issue is that System Level, Assembly Level, and Component Level all allow data input with lowercase data but, when you go to search for data on the list view of the screen, it only allows you to search by uppercase. The data IS case sensitive so it filters out data that should be captured. For example, if you have a value of 'ee-value' and you go to type in 'ee' on the search bar of list view for one of these fields, it will always return 'EE' and not return any results. Expected behavior: Capability to search data in lowercase. Actual behavior: It only finds data in uppercase. |