Finished Metadata Input Mask mechanics
This commit is contained in:
parent
5740d173c5
commit
d6c5e52527
8 changed files with 176 additions and 131 deletions
src/lib/ListTextInput
|
@ -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 {
|
||||
|
|
Reference in a new issue