How to disable empty history in comboBox?

This empty history box is blocking me from using Enter as a key because vaadin has priority for that key in this instnace. Is there a way to disable this history box when it’s empty so that I don’t have to press enter twice?
Vaadin 8
image.png

Hey :wave: sorry for a late answer…

are you able to just dynamically change this field to be a plain text field in case the history is empty?

hi, sorry, I didn’t get a ping from your response. The issue was resolved by removing history all together, thank you for your response.