From 2cac3fa9b8fb2bcf6595866440d03b1dd47ad968 Mon Sep 17 00:00:00 2001 From: Vince Mitchell Date: Wed, 29 Sep 2021 13:35:32 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e614c5d..8d3a922 100644 --- a/README.md +++ b/README.md @@ -155,7 +155,7 @@ Vue.use(VueTailwindcssTypeahead) |-----------------------|---------------------------------------------------------------------------------------------------------------|---------| | lists | pass an array of data. id and name attribute must be passed | Array | | ignoredList | selected item's id will be passed to this variable and this item will not be showed if user want to change it | Array | -| clearInoutWhenClicked | If this is set to true, input will be cleared after selection. Best for multiple selections | Boolean | +| clearInputWhenClicked | If this is set to true, input will be cleared after selection. Best for multiple selections | Boolean | | inputClass | Tailwindcss classes can be passed to change input's class | Array | | placeholder | placeholder text for input | String | | @selected | point method on parent component for custom operations | |