Skip to content

Commit

Permalink
docs: typo in Autocompletes.json (#10448)
Browse files Browse the repository at this point in the history
  • Loading branch information
Namstel authored Feb 4, 2020
1 parent 4cc85ab commit b6790b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/docs/src/lang/en/components/Autocompletes.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@
"filter": "The filtering algorithm used when searching. [example](https://github.com/vuetifyjs/vuetify/blob/master/packages/vuetify/src/components/VAutocomplete/VAutocomplete.ts#L36)",
"hideNoData": "Hides the menu when there are no options to show. Useful for preventing the menu from opening before results are fetched asynchronously. Also has the effect of opening the menu when the `items` array changes if not already open.",
"noFilter": "Do not apply filtering when searching. Useful when data is being filtered server side",
"searchInput": "Search value. Can be use with `.sync` modifier."
"searchInput": "Search value. Can be used with `.sync` modifier."
}
}

0 comments on commit b6790b6

Please sign in to comment.