Skip to content

Calendar width bug #211

@Pep3M

Description

@Pep3M

image

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions