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="copy-container">
|
||||
<input id="{{ ::inputId }}" type="text" class="form-control"
|
||||
value="{{ ::value }}"
|
||||
value="{{ value }}"
|
||||
readonly>
|
||||
<span class="copy-icon"
|
||||
clipboard-copy="#{{ ::inputId }}"
|
||||
|
|
Reference in a new issue