voyager icon indicating copy to clipboard operation
voyager copied to clipboard

Double tap search button to start search

Open aidankinzett opened this issue 2 years ago • 2 comments

closes #61

Implemented using a ref

aidankinzett avatar Jul 01 '23 12:07 aidankinzett

Nice job! Should you use .setFocus() instead per https://ionicframework.com/docs/api/searchbar ??

jmaruiz avatar Jul 01 '23 13:07 jmaruiz

Nice job! Should you use .setFocus() instead per ionicframework.com/docs/api/searchbar ??

yes, I've updated to use that method

aidankinzett avatar Jul 02 '23 08:07 aidankinzett

Is there any documentation on createRef outside of components? 🤔 I've never seen this before.

PR works great though, and is nice and terse, so I'm just gonna merge lol

aeharding avatar Jul 04 '23 03:07 aeharding

Is there any documentation on createRef outside of components? 🤔 I've never seen this before.

PR works great though, and is nice and terse, so I'm just gonna merge lol

Thanks. Just looking and I haven't found many docs about it, so now I'm not sure how supported it is haha. I mainly used it to avoid having to add the ref into some kind of state management system

aidankinzett avatar Jul 05 '23 01:07 aidankinzett