It's not strictly a rails question. It's more of a javascript question.
I have a huge drown down in the app. If the user presses 'R' the the user is taken to items starting with 'R'. But if the next key pressed is 'a' then the user is taken to items starting with 'a'. However the app should take the user to the items starting with 'Ra'.
Is there any javascript solution that could be used here.
It can't be an auto complete. It must be a drop down.
Thanks