Skip to content

Commit 74b5399

Browse files
authored
Merge pull request #4 from vmitchell85/patch-1
Fix Typo in README.md
2 parents 1c6f96b + 2cac3fa commit 74b5399

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)