Double tap search button to start search
closes #61
Implemented using a ref
Nice job! Should you use .setFocus() instead per https://ionicframework.com/docs/api/searchbar ??
Nice job! Should you use .setFocus() instead per ionicframework.com/docs/api/searchbar ??
yes, I've updated to use that method
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
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