remove one-time binding to prevent binding to empty string
This commit is contained in:
parent
ed48dfd599
commit
cfcdcde1bc
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
<div class="id-container">
|
<div class="id-container">
|
||||||
<div class="copy-container">
|
<div class="copy-container">
|
||||||
<input id="{{ ::inputId }}" type="text" class="form-control"
|
<input id="{{ ::inputId }}" type="text" class="form-control"
|
||||||
value="{{ ::value }}"
|
value="{{ value }}"
|
||||||
readonly>
|
readonly>
|
||||||
<span class="copy-icon"
|
<span class="copy-icon"
|
||||||
clipboard-copy="#{{ ::inputId }}"
|
clipboard-copy="#{{ ::inputId }}"
|
||||||
|
|
Reference in a new issue