We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0c461c commit 9a17ec8Copy full SHA for 9a17ec8
src/directive.js
@@ -6,7 +6,7 @@ const CONFIG_KEY = core.CONFIG_KEY
6
export default {
7
bind: (el, { value }, vnode) => {
8
el = core.getInputElement(el)
9
- const config = core.normalizeConfig(value, value)
+ const config = core.normalizeConfig(defaults, value)
10
el[CONFIG_KEY] = { config }
11
// set initial value
12
core.updateValue(el, vnode, { force: config.prefill })
0 commit comments