【问题标题】:Adding Glyphicon's to Meteor Autoform input将 Glyphicon 添加到 Meteor Autoform 输入 【发布时间】:2016-02-16 14:03:55 【问题描述】: 有谁知道如何将 Glyphicon 添加到 Autoform 输入字段。我希望让它看起来像下面的输入字段 Image of Field with Glyphicon 非常感谢! 【问题讨论】: 标签: meteor meteor-autoform 【解决方案1】: They detail customizing form input 在他们的另一个包 datepicker 的自述文件中。使用以下语法在自动表单上试试这个: {{> afFieldInput name="typeTest" type="bootstrap-datepicker" buttonClasses="glyphicon glyphicon-calendar"}} 【讨论】: