Hi, thanks for the update.
I'm actually using Hooks instead of Class components so I've translating it over into that but I'm having a problem in the handleTabKey event. As I don't have setState and am using useState for this, it's clearing all the jobTitle data when I press tab.
https://stackblitz.com/edit/react-hqs9dm-hzmrj2?file=app/main.jsx
Hopefully you can help me with this.
Also do you know a way to stop the select from opening when you click, and only show when you've entered at least 1 character? I've tried it using opened but I can't get it to close again.
Thanks