db diff report

This commit is contained in:
Jan Prochazka
2021-11-06 12:25:34 +01:00
parent 336edfc93f
commit 17286e0c3e
9 changed files with 136 additions and 9 deletions

View File

@@ -22,7 +22,7 @@
{#if isNative}
<select
value={value || defaultValue}
value={options.find(x => x.value == value) ? value : defaultValue}
{...$$restProps}
on:change={e => {
dispatch('change', e.target['value']);