Jellycuts / Jellycuts-Issues

A public issue tracker for the Jellycuts iOS app.
23 stars 0 forks source link

Documentation search bar improvements. #11

Closed ActuallyTaylor closed 3 years ago

ActuallyTaylor commented 3 years ago

Originally from FifiTheBulldog

Is your feature request related to a problem? Please describe.

The search function is great, but when I press "enter" on my keyboard, it should automatically remove the focus from the search field so that I can scroll and tap through the results immediately, rather than having to make an extra tap outside of the search bar. Tapping the "cancel" button in the search function should clear the search field.

Describe the solution you'd like

  1. Clear focus from the search bar when enter is pressed.
  2. Clear the search field when cancel is pressed.
ActuallyTaylor commented 3 years ago

Fixed this all up. The search bar now actually works like intended.