Dash dropdown allowing custom user input

Is it possible to allow users to add their own custom item to a multi-value dropdown if their query isn’t already in the options list? I want to offer suggestions as they are typing, but also allow for custom query values to be added by pressing ‘enter’.

This feature is not available to Dropdowns but it looks like Inputs have a list option that should work for you.