svelte-inline-input
svelte-inline-input copied to clipboard
Inline editable input component in Svelte
Bumps [svelte](https://github.com/sveltejs/svelte) from 3.16.7 to 3.49.0. Changelog Sourced from svelte's changelog. 3.49.0 Improve performance of string escaping during SSR (#5701) Add ComponentType and ComponentProps convenience types (#6770) Add support for...
Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
I migrated the code to Svelte 5... feel free to update: ``` import { tick } from 'svelte' let { cols = 20, inputClasses = '', labelClasses = '', onblur...