Skip to content

Commit cc18685

Browse files
committed
Documented filterRemoteData()
1 parent 28a1eae commit cc18685

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

server/documents/modules/dropdown.html.eco

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2450,10 +2450,15 @@ themes : ['Default', 'GitHub', 'Material']
24502450
</td>
24512451
<td>List mapping dropdown content to JSON Property when using API</td>
24522452
</tr>
2453+
<tr>
2454+
<td>filterRemoteData</td>
2455+
<td>false</td>
2456+
<td>When enabled, the returned results will be filtered to display only the matching items.</td>
2457+
</tr>
24532458
<tr>
24542459
<td>saveRemoteData</td>
24552460
<td>true</td>
2456-
<td>When enabled will automatically store selected name/value pairs in <code>sessionStorage</code> to preserve user selection on page refresh. Disabling will clear remote dropdown values on refresh.</td>
2461+
<td>When enabled, will automatically store selected name/value pairs in <code>sessionStorage</code> to preserve user selection on page refresh. Disabling will clear remote dropdown values on refresh.</td>
24572462
</tr>
24582463
</tbody>
24592464
</table>

0 commit comments

Comments
 (0)