ng输入标记add-on-enter不起作用

时间:2017-05-23 08:20:24

标签: javascript php html css angularjs

add-on-enter仅适用于自动完成标记生成的选项。如果用户要输入未包含在自动完成标记中的文本,则按Enter键将不会反映用户输入的确切文本。相反,它将选择自动完成标记提供的随机选项。这是我的代码:

<tags-input ng-model="itemoption[item.item_ID]" add-on-enter="true"   width="300" height="100"  >                                 

    <auto-complete highlight-matched-text="true" source="pinkid(item.item_ID)" min-length="1" load-on-down-arrow="true">
    </auto-complete>

</tags-input>

0 个答案:

没有答案