Prerequisites
Ionic Framework Version
v8.x
Current Behavior
Pressing Enter in ion-searchbar leaves the input focused and the on-screen keyboard visible.
Expected Behavior
Pressing Enter should blur the searchbar and dismiss the keyboard, matching the convention used by WhatsApp, Proton Mail, and iOS Settings and by native iOS/Android search fields generally.
Steps to Reproduce
- Go to the code reproduction URL (ionic docs) on a mobile device.
- Type anything in and press the enter/search button.
Code Reproduction URL
https://stackblitz.com/run?file=src%2Fapp%2Fexample.component.ts
Ionic Info
Additional Information
No response
Prerequisites
Ionic Framework Version
v8.x
Current Behavior
Pressing Enter in
ion-searchbarleaves the input focused and the on-screen keyboard visible.Expected Behavior
Pressing Enter should blur the searchbar and dismiss the keyboard, matching the convention used by WhatsApp, Proton Mail, and iOS Settings and by native iOS/Android search fields generally.
Steps to Reproduce
Code Reproduction URL
https://stackblitz.com/run?file=src%2Fapp%2Fexample.component.ts
Ionic Info
Additional Information
No response