Finished Metadata Input Mask mechanics

This commit is contained in:
Neshura 2023-11-01 21:55:39 +01:00
parent 5740d173c5
commit d6c5e52527
Signed by: Neshura
GPG key ID: B6983AAA6B9A7A6C
8 changed files with 176 additions and 131 deletions
src/lib/ListTextInput

View file

@ -16,7 +16,7 @@
</script>
<input id="tag-{id}" type="text" class="letterInput" style="--valuelen: {width}ch" bind:value={value}>
<button on:click={handleClick}>X</button>
<button on:click|preventDefault={handleClick}>X</button>
<style>
.letterInput {