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 Dec 16, 2019. It is now read-only.
<td>Indicates the height of the drop down if the dropdown is scrollable.</td>
623
733
</tr>
734
+
<tr>
735
+
<td>smartButtonMaxItems</td>
736
+
<td>Number</td>
737
+
<td>0</td>
738
+
<td>Manages the "Smart Button Text" feature, defines the maximum amount of items to on the button.</td>
739
+
</tr>
740
+
<tr>
741
+
<td>smartButtonTextConverter</td>
742
+
<td>Function</td>
743
+
<td>angular.noop</td>
744
+
<td>Related the "Smart Button Text" feature, if a function provided - it will called with two paramters: The item's text and the original item, the return value will displayed instead of the item's display property. This feature is useful when you want to convert the displayed text into something else.</td>
0 commit comments