-
Notifications
You must be signed in to change notification settings - Fork 103
Filter Bar: Seeing Blank field for filter group items without labels when we click on Filters. #5058
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hi @dhruvojha per design guidelines all filters should have a label, that's why it's not displaying a value there. Just rendering the placeholder as label is not feasible, because not all filters use a placeholder. If you want to achieve the following design: ![]() Then this will be possible with our next release. Currently the Does this work for you? |
Hi @Lukas742, thanks for the update, will have to look into this, as we have not been using the search input for our own search field because of the exact limitation which you specified. Many thanks! |
Hi @dhruvojha The updated position of the search field will be available with our next version. |
Is your feature request related to a problem?
When we have a filter that does not have a label, we see a blank field compared to seeing the filter itself in the previous versions, it is only after clicking on "Show Values", that we are able to see the placeholder text and the filter component.
Describe the solution you'd like
Show the placeholder texts or component when we click on Filter button itself so that Filter Group Items without label do not show blank, as was the case in previous UI5 versions.
Describe alternatives you've considered
Please advise if this is feasible, as the requested functionality is already there, just behind another button. Link to the sandbox is given below:
https://codesandbox.io/s/quirky-phoebe-j2x63r
Steps to reproduce the issue:
Additional Context
No response
Declaration
The text was updated successfully, but these errors were encountered: