Results 4 comments of Alexey Buhayov

`import React from 'react' import { DateRange, DayPicker, DayPickerMultipleProps, DayPickerRangeProps, DayPickerSingleProps, } from 'react-day-picker' export interface PickDateFieldProps { ... } export interface DayPickerMultipleProps extends PickDateFieldProps { mode: 'multiple' selected?: Date[]...

Hi @andreadecastri, try removing `FieldSet` and see what happens its seems like `fieldset` (BFC) conflicts with CSS Container Queries `@container/field-group` need more time to investigate, hope to return with an...

Create separate bug with live demo and code example: https://github.com/shadcn-ui/ui/issues/9147