Correction in DataRangePicker for date range box and Calender.

This commit is contained in:
Kartik Sharma 2025-10-10 15:24:34 +05:30
parent c1a8b87a2c
commit fbb68a4488

View File

@ -183,7 +183,7 @@ export const DateRangePicker1 = ({
<div className={`position-relative ${className}`}>
<input
type="text"
className="form-control form-control-sm"
className="form-control form-control-sm ps-2 pe-5 me-4 cursor-pointer"
placeholder={placeholder}
defaultValue={formattedValue}
ref={(el) => {