Default options in a separate file #1192
Answered
by
deygordillos
nicolaceliento
asked this question in
Q&A
-
Hi all, there is a way to specify default options in a separate file in order to have a defautl behavior of the plugin? I tryied this but it doesn't work:
I hope you can help me. Thanks in advance. |
Beta Was this translation helpful? Give feedback.
Answered by
deygordillos
Mar 26, 2021
Replies: 1 comment
-
Hi.
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
nicolaceliento
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Hi.
I did it this way
nonSelectedText: 'Not selected', //Custom translation
enableCaseInsensitiveFiltering: true //Custom default behavior
});