File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed
src/Our.Umbraco.UiExamples/App_Plugins/uiexamples/icons Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change 3333
3434 < umb-box-header title-key ="uiexamplesIcons_listTitle "
3535 description-key ="uiexamplesIcons_listDescription ">
36+ < umb-search-filter input-id ="uiexamples-icon-search "
37+ model ="vm.searchTerm "
38+ label-key ="placeholders_filter "
39+ text ="Type to filter... "
40+ css-class ="w-100 "
41+ auto-focus ="true ">
42+ </ umb-search-filter >
3643 </ umb-box-header >
3744
3845 < umb-box-content >
3946 < div class ="flex justify-between flex-wrap ">
40- < div ng-repeat ="icon in vm.icons | orderBy: 'name' " class ="umb-iconpicker-item cursor-pointer " style ="justify-content: left; "
47+ < div ng-repeat ="icon in vm.icons | orderBy: 'name' | filter:vm.searchTerm "
48+ class ="umb-iconpicker-item cursor-pointer "
49+ style ="justify-content: left; "
4150 ng-click ="vm.openIconOverlay(icon) ">
4251 < umb-icon class ="umb-iconpicker-svg {{icon.name}} large " icon ="{{icon.name}} "> </ umb-icon >
4352 < div class ="ml2 "> {{icon.name}}</ div >
You can’t perform that action at this time.
0 commit comments