Correction in DataRangePicker for date range box and Calender.
This commit is contained in:
parent
c1a8b87a2c
commit
fbb68a4488
@ -183,7 +183,7 @@ export const DateRangePicker1 = ({
|
|||||||
<div className={`position-relative ${className}`}>
|
<div className={`position-relative ${className}`}>
|
||||||
<input
|
<input
|
||||||
type="text"
|
type="text"
|
||||||
className="form-control form-control-sm"
|
className="form-control form-control-sm ps-2 pe-5 me-4 cursor-pointer"
|
||||||
placeholder={placeholder}
|
placeholder={placeholder}
|
||||||
defaultValue={formattedValue}
|
defaultValue={formattedValue}
|
||||||
ref={(el) => {
|
ref={(el) => {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user