feat: enable `tabSelect` for awesomplete by akhilnarang [frappe] PR#22636
From: https://github.com/frappe/frappe/pull/22636
Date: 2023-10-05 16:21:28+05:30
- feat: enable
tabSelect
for awesomplete
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-22636
# Make changes then rebase
git rebase -i upstream/develop --reapply-cherry-picks
# Fix or ignore conflicts
git checkout --theirs .
git rebase --continue
# Force-push changes
git push --force-with-lease