fix warnings
This commit is contained in:
parent
8372b50de1
commit
7ccce5c042
|
@ -122,7 +122,7 @@
|
||||||
bind:this={field}
|
bind:this={field}
|
||||||
disabled={false}
|
disabled={false}
|
||||||
{readonly}
|
{readonly}
|
||||||
id={"thisOne"}
|
{id}
|
||||||
data-cy={dataCy}
|
data-cy={dataCy}
|
||||||
value={hbsValue.length ? `{{ ${hbsValue[0]} }}` : value}
|
value={hbsValue.length ? `{{ ${hbsValue[0]} }}` : value}
|
||||||
placeholder={placeholder || ""}
|
placeholder={placeholder || ""}
|
||||||
|
@ -135,7 +135,7 @@
|
||||||
on:focus={onFocus}
|
on:focus={onFocus}
|
||||||
on:input={onInput}
|
on:input={onInput}
|
||||||
{type}
|
{type}
|
||||||
style="color: white !important;"
|
style={align ? `text-align: ${align};` : ""}
|
||||||
class="spectrum-Textfield-input"
|
class="spectrum-Textfield-input"
|
||||||
inputmode={type === "number" ? "decimal" : "text"}
|
inputmode={type === "number" ? "decimal" : "text"}
|
||||||
/>
|
/>
|
||||||
|
|
Loading…
Reference in New Issue