svelte-inline-input icon indicating copy to clipboard operation
svelte-inline-input copied to clipboard

Inline editable input component in Svelte

Results 3 svelte-inline-input issues
Sort by recently updated
recently updated
newest added

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...

dependencies

Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=path-parse&package-manager=npm_and_yarn&previous-version=1.0.6&new-version=1.0.7)](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...

dependencies

I migrated the code to Svelte 5... feel free to update: ``` import { tick } from 'svelte' let { cols = 20, inputClasses = '', labelClasses = '', onblur...