-
Notifications
You must be signed in to change notification settings - Fork 271
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
ShellBar: Magnifier-Button toggles searchField, but doesn't trigger a search #6273
Comments
Hi @MetalCar, You know that by design the app provides the ui5-input component to be used for the search (i.e. sets it to the "searchField" slot of the ShellBar) |
Hi @MetalCar, So you want the app to be notified whenever the user clicks the "magnifier" button in order to do some additional/different action, |
That's exactly what I want todo! |
Hello @SAP/ui5-webcomponents-topic-p, could you please take a look of this feature request to provide an event for search icon click similar to the one that the profile icon has. |
Internal reference: BGSOFUIPIRIN-6076 |
New event search-button-click is added, which allows different actions to be triggered when it is fired on the search button inside the ui5-shellbar. If its preventDefault method is called, the default action of the search button (expanding/collapsing the input) won`t be triggered, but let the users trigger their own. Related: #6273
New event search-button-click is added, which allows different actions to be triggered when it is fired on the search button inside the ui5-shellbar. If its preventDefault method is called, the default action of the search button (expanding/collapsing the input) won`t be triggered, but let the users trigger their own. Related: #6273
Closed with #8197 |
Issue Description
Is it right, that that magnifier button only toggles the searchField? Is it possible to change this behaviour, that when something is entered in the searchfield that the search will be triggered?
SAP/ui5-webcomponents-react#3982
The text was updated successfully, but these errors were encountered: