I'm currently working on a unique dropdown feature that functions like a regular text field, displaying the text position. To achieve this, I've constructed a hidden dropdown menu positioned beneath the text field. My goal is to develop a jQuery script that extracts input from the text field, compares it with the dropdown options, and if there is a match, displays the corresponding option. Do you think this is achievable?