gpt4 book ai didi

javascript - 日期选择器模式向下滚动页面

转载 作者:行者123 更新时间:2023-12-03 06:27:25 24 4
gpt4 key购买 nike

我正在使用 Material Design 并使用它的日期选择器。当日期选择器弹出时,页面向下滚动。如何在页面不向下滚动的情况下加载日期选择器模式?

<input id="client-edit-birth-date" type="text" class="datepicker validate">
$('.datepicker').pickadate({
selectMonths: true, // Creates a dropdown to control month
selectYears: 15, // Creates a dropdown of 15 years to control year,
container: 'body'
});

最佳答案

我遇到了同样的问题,并通过将容器设置为 html 解决了它。

...
container: 'html',
...

关于javascript - 日期选择器模式向下滚动页面,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38589871/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com