我想構建一個角2應用程序,我的問題是,我想給一個輸入的默認值,並使其禁用我試過這個,但它不工作。添加默認值到輸入欄Angular2
<div class="form-group">
<label for="input01">UUID</label>
<input class="form-control form-control-rounded" id="input01" style="width:600px;margin-left:60px" type="text" [(ngModel)]="beacon.uuid" value="{{uuid}}" name="uuid" disabled>
</div>
任何解決方案?
嘗試佔位符= {{UUID}} – danimal
如果你不想默認值存儲在你的模型支票 [此](http://stackoverflow.com/a/40882301/3035471) – mankers