From a8698d4fdcbd7a1e5e2d2bea3085ca1d51285092 Mon Sep 17 00:00:00 2001 From: Paul Bob <69730720+Paul-Bob@users.noreply.github.com> Date: Mon, 29 Jul 2024 14:20:59 +0300 Subject: [PATCH] Options for select (#263) * options for select * bold * drop internal invert * version req --- docs/3.0/dynamic-filters.md | 45 +++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) diff --git a/docs/3.0/dynamic-filters.md b/docs/3.0/dynamic-filters.md index 11679520..8b87d03a 100644 --- a/docs/3.0/dynamic-filters.md +++ b/docs/3.0/dynamic-filters.md @@ -497,3 +497,48 @@ dynamic_filter :first_name, suggestions: -> { ["Avo", "Cado", params[:extra_suggestion]] } ``` + +