only show helper text in the start date range and not both w/ burnettk
This commit is contained in:
parent
72d5a16cbf
commit
c1e0b58c07
|
@ -123,7 +123,6 @@ export default function DateRangePickerWidget({
|
|||
<DatePickerInput
|
||||
id={`${id}-end`}
|
||||
placeholder={DATE_FORMAT_FOR_DISPLAY}
|
||||
helperText={helperText}
|
||||
type="text"
|
||||
size="md"
|
||||
disabled={disabled || readonly}
|
||||
|
|
Loading…
Reference in New Issue