Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
Yair Even Or authored and Yair Even Or committed Sep 1, 2022

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 6a93257 commit 02aae13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/parts/defaults.js
Original file line number Diff line number Diff line change
@@ -83,7 +83,7 @@ export default {
closeOnSelect : true, // closes the dropdown after selecting an item, if `enabled:0` (which means always show dropdown)
clearOnSelect : true, // after selecting a suggetion, should the typed text input remain or be cleared
position : 'all', // 'manual' / 'text' / 'all'
appendTarget : null // defaults to document.body one DOM has been loaded
appendTarget : null // defaults to document.body once DOM has been loaded
},

hooks: {

0 comments on commit 02aae13

Please sign in to comment.