[#87] added additional thumb resizers
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
export let value = [];
|
||||
export let separator = ",";
|
||||
|
||||
$: valueStr = (value || []).join(",");
|
||||
$: valueStr = (value || []).join(", ");
|
||||
</script>
|
||||
|
||||
<input
|
||||
|
||||
Reference in New Issue
Block a user