首页 > 解决方案 > 标签输入在重新加载页面后消失

问题描述

使用标签输入并认为它工作正常。但是,当我重新加载页面时,它不再存在。我想知道可能是什么情况,因为我页面上的所有其他内容、文本框、复选框等都正常工作并且在重新加载后仍然存在。

<div class="form-group">
    <label for="ipRestrictions" class="col-lg-4 col-sm-4 col-xs-4 control-label
                  control-label no-padding-right">IP Restrictions</label>
                        <div class="col-lg-6 col-sm-6 col-xs-6">
                              <tags-input use-strings="true" id="ipRestrictions"
                                       ng-model="targetEntity.ipRestrictions"
                                       placeholder="Add new host or IP">                                                            
                               </tags-input>
                         </div>
</div>

标签: htmlangularjstwitter-bootstrap

解决方案


推荐阅读