DEV Community

Discussion on: Building a Custom Select Input with Tailwind and Vue

Collapse
 
justageek profile image
Brian Smith

Thanks for the reply, how hard do you think it would be to refactor your tool so that it used an ajax request to return results based on the text entered, so say after a user types 3 letters you trigger the search via ajax and use the response to populate the v-for?