svelte-forms-lib icon indicating copy to clipboard operation
svelte-forms-lib copied to clipboard

fix(index.d.ts): update return type on updateValidateField

Open kekekevin opened this issue 3 years ago • 0 comments

updateValidateField returns the result of validateFieldValue which returns a Promise

https://github.com/tjinauyeung/svelte-forms-lib/blob/master/lib/create-form.js#L107 https://github.com/tjinauyeung/svelte-forms-lib/blob/master/lib/create-form.js#L75-L100

kekekevin avatar Feb 18 '22 22:02 kekekevin