We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
При встраивании CalendarMonthOnlyView в BottomSheet не работает виртуализация календаря
render(() => { const [value, setValue] = React.useState(); const headerStyle = { top: 0, left: 0, position: 'fixed', boxSizing: 'border-box', zIndex: 2, width: '100%', padding: 'var(--gap-s) var(--gap-xl)', background: 'var(--color-light-bg-primary)', borderBottom: '1px solid var(--color-light-graphic-tertiary)', }; return ( <BottomSheet title='Title' stickyHeader={true} open={true}> <div style={headerStyle}> <CalendarMonthOnlyViewHeader /> </div> <Gap size='m' direction='vertical' /> <CalendarMonthOnlyView value={value} onChange={setValue} showCurrentYearSelector={false} /> </BottomSheet> ); });
При встраивании CalendarMonthOnlyView в BottomSheet виртуализация календаря работает корректно
Дополнительная информация
The text was updated successfully, but these errors were encountered:
fulcanellee
No branches or pull requests
Опишите проблему
При встраивании CalendarMonthOnlyView в BottomSheet не работает виртуализация календаря
Шаги для воспроизведения
Ожидаемое поведение
При встраивании CalendarMonthOnlyView в BottomSheet виртуализация календаря работает корректно
Десктоп (если данных нет оставьте блок пустым):
Смартфон (если данных нет оставьте блок пустым):
Дополнительная информация
Дополнительная информация
The text was updated successfully, but these errors were encountered: