Fix copy/paste type in test asset
This commit is contained in:
parent
677a1b5be7
commit
f0ac5b07ee
|
|
@ -53,7 +53,7 @@
|
|||
<p>
|
||||
short:
|
||||
<input id="textbox-short" @bind="textboxShortValue" type="number" />
|
||||
<span id="textbox-short-value">@textboxLongValue</span>
|
||||
<span id="textbox-short-value">@textboxShortValue</span>
|
||||
<input id="textbox-short-mirror" @bind="textboxShortValue" readonly />
|
||||
</p>
|
||||
<p>
|
||||
|
|
|
|||
Loading…
Reference in New Issue