We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23ab590 commit fc78e58Copy full SHA for fc78e58
src/components/item/ItemSearchForm.jsx
@@ -63,13 +63,7 @@ export function ItemSearchValueType() {
63
export function ItemSearchRangeType() {
64
return (
65
<>
66
- <FormSection
67
- name="value[0]"
68
- component={ItemSearchValueType}
69
- label="Start"
70
- button
71
- initialDisplay={false}
72
- />
+ <FormSection name="value[0]" component={ItemSearchValueType} label="Start" />
73
<FormSection name="value[1]" component={ItemSearchValueType} label="End" />
74
<FormControlLabel
75
control={<Field name="exclusiveMinimum" component={BoolCheckbox} />}
0 commit comments