-
Notifications
You must be signed in to change notification settings - Fork 210
Open
Description
Whether the Datepicker container is at a defined width or not, the calendar or wrapper stays narrow
Below is the component code:
/// return ( <Datepicker primaryColor="primary" useRange={false} value={value} i18n='es' onChange={handleValueChange} separator='/' displayFormat='DD-MM-YYYY' /> );
/////
div className="flex flex-col w-80"> <RangeDatepicker onRangeSelected={handleOnRangeSelected} /> /div
I tried trying to force the width through the classNames: {{wrapper: 'w-full'}} property and it didn't work
greetings!
Metadata
Metadata
Assignees
Labels
No labels
