Closed ingridgrenholm closed 3 years ago
How do I implement a placeholder? My component looks like this at the moment:
<Autocomplete @input="Elements" :results="myElements" :display-item="displayElement" :max="15" @onSelect="onSelected" ></Autocomplete>
Created a pull request for it https://github.com/Takachi67/vue3-autocomplete/pull/15
Hi, I added the feature. Thanks for the support.
How do I implement a placeholder? My component looks like this at the moment: