Skip to content

Commit 2cac3fa

Browse files
authored
Update README.md
1 parent 1c6f96b commit 2cac3fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ Vue.use(VueTailwindcssTypeahead)
155155
|-----------------------|---------------------------------------------------------------------------------------------------------------|---------|
156156
| lists | pass an array of data. id and name attribute must be passed | Array |
157157
| 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 |
158-
| clearInoutWhenClicked | If this is set to true, input will be cleared after selection. Best for multiple selections | Boolean |
158+
| clearInputWhenClicked | If this is set to true, input will be cleared after selection. Best for multiple selections | Boolean |
159159
| inputClass | Tailwindcss classes can be passed to change input's class | Array |
160160
| placeholder | placeholder text for input | String |
161161
| @selected | point method on parent component for custom operations | |

0 commit comments

Comments
 (0)