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 966f9e5 commit e485e91Copy full SHA for e485e91
src/core.ts
@@ -92,8 +92,6 @@ export function updateCursor(el: HTMLInputElement, position: number) {
92
* @param {Boolean} options.force Forces the update even if the old value and the new value are the same
93
*/
94
export function updateValue(el: CustomInputElement, vnode: VNode | null, { emit = true, force = false, clean = false } = {}) {
95
- // console.log('updateValue', arguments)
96
-
97
const { options, oldValue } = el
98
const { reverseFill, max, min } = options
99
const currentValue = vnode?.props?.value || el.value
0 commit comments