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
Copy file name to clipboardExpand all lines: src/app/main/main.template.html
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -253,6 +253,14 @@ <h3>Settings</h3>
253
253
be passed from where in the array an option should be removed (front/back)
254
254
</td>
255
255
</tr>
256
+
<tr>
257
+
<td>getButtonText</td>
258
+
<td>undefined</td>
259
+
<td>function</td>
260
+
<td>
261
+
Should return the string that you want to display in the dropdown toggle. Is called with as first argument the current selection and second argument the selection-array.
0 commit comments