好的,我正在使用bootstrap-tagsinput在我的输入中生成自动标记。
问题在于它正在删除输入的样式。我找不到改变这个的方法。有什么想法将当前样式应用于具有数据角色集的输入?
<%= f.text_field :tag_list, placeholder: "Your favorite subject", id: "inputstyle", class: "form-control", 'data-role': 'tagsinput' %>
#inputstyle {
height: 43px;
font-family: 'Open Sans', sans-serif;
font-size: 15px;
border-radius: 0px !important;
border: 3px solid #ecf0f1;
}