You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
I have 5 different selects with size=10 to display as listbox. Code similar to
<select size="10"
class="selectFilter"
ng-model="selectedWorkload"
ng-options="workload.Title for workload in workloads"></select>
I have a table with an ng-repeat similar to
data-ng-repeat="contentpack in contentpacks | filter: selectedProduct.Value | filter: selectedWorkload.Value | filter: selectedOfferingType.Value | ....
the code runs fine if I don't have the size=10 and filters properly. adding the size=10 jams up IE11 and Edge Browsers and page does not properly load.
The text was updated successfully, but these errors were encountered:
I have 5 different selects with size=10 to display as listbox. Code similar to
I have a table with an ng-repeat similar to
data-ng-repeat="contentpack in contentpacks | filter: selectedProduct.Value | filter: selectedWorkload.Value | filter: selectedOfferingType.Value | ....
the code runs fine if I don't have the size=10 and filters properly. adding the size=10 jams up IE11 and Edge Browsers and page does not properly load.
The text was updated successfully, but these errors were encountered: