datepicker 옵션 변경

This commit is contained in:
2025-07-07 14:26:11 +09:00
parent c4099c0cf0
commit bab594918e

View File

@@ -109,6 +109,7 @@ const DetailGrid = ({ items, formData, onChange, disabled = false, columns = 4 }
return (
<DatePicker
{...commonProps}
allowClear={false}
showTime={showTime || false}
value={currentValue ? dayjs(currentValue) : null}
format={format || 'YYYY-MM-DD'}