【发布时间】:2015-10-15 17:57:43
【问题描述】:
我在我的 Web 应用程序的许多地方(在表单中)使用 angucomplete-alt,但我无法将自动完成字段设置为“必填”字段,即使我使用了“必填字段”属性。
angucomplete-alt#sectorSuggested(field-required= true,placeholder='Search sectors', local-data='sectors', selected-object='onSectorSelected', search-fields='Sector', pause='300', minlength='1', title-field='Sector',input-class="form-control form-control-small", name='sector')
我如何使它成为必填字段,请帮助:)
【问题讨论】:
标签: angularjs-directive required