Element input box remote search el-autocomplete component how to achieve required rather than hand-input content

enter keywords in the input box and search remotely to match the relevant results. However, according to the needs, you can only select the results of the search, and you cannot use the content that is automatically typed by hand. How does this need to be restricted?

Oct.19,2021

then you don't use the el-autocomplete component, you should use the el-select component, where there is a remote search method

Menu