我正在尝试添加
中显示的浮动标签<div class="form-group input-group">
<label class="has-float-label">
<input class="form-control" type="text" placeholder="Name"/>
<span>First</span>
</label>
<label class="has-float-label">
<input class="form-control" type="text" placeholder="Surname"/>
<span>Last</span>
</label>
</div>
到由ngx-formly工具生成的标签,但我似乎无法找到任何方法,因为它不支持自定义组件,如形式工具中的其他字段类型。知道如何添加浮动标签吗?