Skip to content

Commit 39ba03f

Browse files
committed
[no ci] code review
1 parent 5af2a3d commit 39ba03f

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

docs/FilterValue.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ Check the [`<FilterValue.Field>`](#filtervaluefield) section below for more deta
133133

134134
## `operators`
135135

136-
`<FilterValue>` needs to distinguish operators from field names containing the `_` symbol. By default, it handles all the operators added by the [`<StackedFilters>` Filter Configuration Builders](#filter-configuration-builders): `eq`, `neq`, `eq_any`, `neq_any`, `gt`, `gte`, `lt`, `lte`, `q`, `inc`, `inc_any`, `ninc_any`.
136+
`<FilterValue>` needs to distinguish operators from field names containing the `_` symbol. By default, it handles all the operators added by the [`<StackedFilters>` Filter Configuration Builders](./StackedFilters.md#filter-configuration-builders): `eq`, `neq`, `eq_any`, `neq_any`, `gt`, `gte`, `lt`, `lte`, `q`, `inc`, `inc_any`, `ninc_any`.
137137

138138
If your filters use other operators, or if you want to restrict the list of accepted operators, you can pass an `operators` prop to customize the list of accepted operators.
139139

docs/Reference.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ title: "Index"
9090
* [`<FilterListSection>`](./FilterLiveForm.md#usage)
9191
* [`<FilterLiveForm>`](./FilterLiveForm.md)
9292
* [`<FilterLiveSearch>`](./FilterLiveSearch.md)
93+
* [`<FilterValue>`](./FilterValue.md)
9394
* [`<Form>`](./Form.md)
9495
* [`<FormDataConsumer>`](./Inputs.md#linking-two-inputs)
9596
* [`<FormFillerButton>`](./FormFillerButton.md)<img class="icon" src="./img/premium.svg" alt="React Admin Enterprise Edition icon" />

docs/navigation.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
<li {% if page.path == 'FilterList.md' %} class="active" {% endif %}><a class="nav-link" href="./FilterList.html"><code>&lt;FilterList&gt;</code></a></li>
102102
<li {% if page.path == 'FilterLiveForm.md' %} class="active" {% endif %}><a class="nav-link" href="./FilterLiveForm.html"><code>&lt;FilterLiveForm&gt;</code></a></li>
103103
<li {% if page.path == 'FilterLiveSearch.md' %} class="active" {% endif %}><a class="nav-link" href="./FilterLiveSearch.html"><code>&lt;FilterLiveSearch&gt;</code></a></li>
104-
<li {% if page.path == 'FilterValue.md' %} class="active" {% endif %}><a class="nav-link" href="./FilterValue.html"><code>&lt;FilterValue&gt;</code></a></li>
104+
<li {% if page.path == 'FilterValue.md' %} class="active" {% endif %}><a class="nav-link" href="./FilterValue.html"><code>&lt;FilterValue&gt;</code><img class="premium" src="./img/premium.svg" /></a></li>
105105
<li {% if page.path == 'RecordsIterator.md' %} class="active" {% endif %}><a class="nav-link" href="./RecordsIterator.html"><code>&lt;RecordsIterator&gt;</code></a></li>
106106
<li {% if page.path == 'SavedQueriesList.md' %} class="active" {% endif %}><a class="nav-link" href="./SavedQueriesList.html"><code>&lt;SavedQueriesList&gt;</code></a></li>
107107
<li {% if page.path == 'StackedFilters.md' %} class="active" {% endif %}><a class="nav-link" href="./StackedFilters.html"><code>&lt;StackedFilters&gt;</code><img class="premium" src="./img/premium.svg" /></a></li>

0 commit comments

Comments
 (0)