ui-select

    0熱度

    2回答

    得到了一個很難解決的bug。我正在使用ui-select實施多選控制。 正如您可以從該站點的塊中看到的那樣,當您單擊輸入時,您的目的是獲得一個下拉列表。 隨着我的嘗試,我沒有得到任何東西,當我點擊輸入,除非我先點擊列表,然後在列表下方約1cm(這是實際的ul)。 否則,它會工作,如果我開始輸入(它過濾和搜索)。其他一切也都可以使用 - 選擇和on-remove處理程序。 我甚至複製粘貼Angula

    0熱度

    1回答

    我想測試ng-if中沒有ng的輸入是否存在 - 如果測試完全通過但不與ng-if通過。 在我的模板,我有: <div ng-if="$ctrl.doShowAir"> <input class="form-control" type="text"> </div> 的doShowAir是一個功能doShow()內的變量在以前的UI選選擇的選擇,當它應該是true <ui-se

    0熱度

    1回答

    我在我的頁面上有多個ui-select控件,用戶從下拉列表中選擇用戶組,我希望在控件中首先選擇的選項被禁用,用戶不能刪除自己的組。 我的代碼看起來象 <tr ng-repeat="item in UserGroups"> <ui-select multiple class="col-md-8 input-sm" ng-model="item.sel

    0熱度

    1回答

    Im消耗JSON文件,我把值放入選擇倍數,並試圖標記複選框時,我選擇了一個值,但我不知道我怎麼能做到這一點 這是我的JSON文件 "tipocasa": [ {"tipo":"Propia" , "tipo_casa":1}, {"tipo":"Rentada" , "tipo_casa":2}, {"tipo":"Otro" , "tipo_casa":3}

    0熱度

    1回答

    我試圖在我的js文件中使用yarn和webpack導入ui-select,而不是像下面那樣在我的模塊中導入它。 import ngSanitize from 'angular-sanitize'; import uiselect from 'ui-select'; import 'ui-select/dist/select.css'; export default angular.modu

    1熱度

    2回答

    我無法訪問UI-Select中選定的下拉值,如何訪問控制器中的選定值? <ui-select name="optionType" ng-model="optionType.selected" theme="bootstrap" append-to-body="true" reset-search-input="true"> <ui-select-match placeholder="Op

    0熱度

    1回答

    我正在使用ui-select在angularjs應用程序中重複表中的每一行(ng-repeat)。這是我的ui-select的代碼。 <ui-select name="{{'selProperty' + $index}}" ng-model="thing.property" theme="bootstrap" ng-required="true"> <ui-select-match p

    1熱度

    1回答

    我有一個數組與3個對象,然後1個對象(或更多取決於3個第一個對象的選擇),然後5個數組(或更多的根據5個數組的選擇) repeat="item in $ctrl.project[$ctrl.checkProject()].productType[$ctrl.ckeckProductType()] //method to search for the item checkProjec

    0熱度

    1回答

    我有幾個UI選擇,根據我想要加載到第二個選項的第一個選擇。我如何去做動態的第二個。我做了一些廣泛的搜索,但找不到任何東西。 <ui-select append-to-body="true" ng-model="requirementChoice" theme="bootstrap" ng-disabled="disabled" close-on-select="true

    0熱度

    1回答

    http://plnkr.co/edit/8Uks2e7tJ78Ax5bMbup2?p=preview 我想爲每個項目添加兩個圖標。 我有這樣的: <ui-select-choices repeat="lang in language_list"> <img ng-src="{{ lang.url }}" /> <img ng-src="{{ lang.url }}" />