1
0
Fork 0
mirror of synced 2024-09-11 15:08:05 +12:00

fix input not disabling properly

This commit is contained in:
Peter Clement 2023-01-27 12:06:34 +00:00
parent d031a9157e
commit 4ed239e5fd

View file

@ -120,7 +120,7 @@
<input
bind:this={field}
disabled={false}
disabled={hbsValue.length || disabled}
{readonly}
{id}
data-cy={dataCy}