ui-isteven.html 564 B

123456789101112131415161718192021222324
  1. <div
  2. isteven-multi-select
  3. input-model="webBrowsersGrouped"
  4. output-model="outputBrowsers"
  5. button-label="type"
  6. item-label="type"
  7. tick-property="ticked"
  8. group-property="msGroup"
  9. output-properties="type ticked id"
  10. helper-elements="all none"
  11. translation="localLang"
  12. max-height="250px"
  13. on-close="fClose()"
  14. on-item-click="fClick(data)"
  15. on-select-all="fSelectAll()"
  16. on-select-none="fSelectNone()"
  17. style="height: 30px;"
  18. ></div>
  19. <style>
  20. .multiSelect > button{
  21. max-height: 38px!important;
  22. overflow: auto;
  23. }
  24. </style>