Notes from library author: - Could be named "tagging" as this is what vue-multiselect and vue-select have already implemented. - Add a `:taggable` prop that can receive a boolean. - When `:taggable="true"`, if user search for an option that isn't part of the list, ask if they want to create it instead in the menu. - There's potentially a lot of edge-cases to handle with this feature (adding/removing a created option, how to create the option value, etc.)