AngularJS提前不显示第二个输入焦点上的选项

时间:2018-12-04 17:20:21

标签: javascript angularjs typeahead angular-ui-typeahead

我有一个下拉控件和一个txt输入控件,它们绑定到预输入控件。 最初,当我显示类别

enter image description here

一旦我进入输入框进行过滤,并且控件获得焦点,我就能得到结果:

enter image description here

下一步,我将过滤器值更改为Priority

enter image description here

但是,当我单击输入文本框时,直到输入值并将其清除之前,什么都不会发生,请检查此网址https://i.gyazo.com/d95937ade5b9c05ec3adf169c7533d50.mp4上的gif

输入文本框具有此标记:

<input name="states" ng-trim="false" id="states" type="text" placeholder="Start Filtering..." ng-model="selected" typeahead-editable="false" uib-typeahead="state for state in states | filter:$viewValue | limitTo:8" class="form-control" typeahead-on-select="onSelect($item, $model, $label)" typeahead-min-length="0">

0 个答案:

没有答案