Skip to content

Commit

Permalink
group by feature
Browse files Browse the repository at this point in the history
  • Loading branch information
CuppaLabs committed Oct 8, 2017
1 parent cb298a9 commit 86868a6
Show file tree
Hide file tree
Showing 14 changed files with 169 additions and 23 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,8 @@ The following list of settings are supported by the component. Configure the set
| limitSelection | Number | Limit the selection of number of items from the dropdown list. Once the limit is reached, all unselected items gets disabled. | none |
| disabled | Boolean | Disable the dropdown | false |
| searchPlaceholderText | String | Custom text for the search placeholder text. Default value would be 'Search' | 'Search' |
| groupBy | String | Name of the field by which the list should be grouped. | none |


### Callback Methods
- `onSelect` - Return the selected item on selection.
Expand Down
5 changes: 2 additions & 3 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,15 @@
</head>
<body>
<app-root>Loading...</app-root>
<div style="position: fixed; bottom: 0px;left: 0px;">
<!-- <div style="position: fixed; bottom: 0px;left: 0px;">
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- pradeepterli_sidebar_AdSense1_300x250_as -->
<ins class="adsbygoogle"
style="display:inline-block;width:300px;height:250px"
data-ad-client="ca-pub-4525567075133342"
data-ad-slot="2263435109"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
</div>
</div> -->
<script type="text/javascript" src="inline.bundle.js"></script><script type="text/javascript" src="polyfills.bundle.js"></script><script type="text/javascript" src="styles.bundle.js"></script><script type="text/javascript" src="vendor.bundle.js"></script><script type="text/javascript" src="main.bundle.js"></script></body>
</html>
2 changes: 1 addition & 1 deletion docs/inline.bundle.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 86868a6

Please sign in to comment.