开发者

DatePicker arrows clickable but not visible

开发者 https://www.devze.com 2023-04-01 12:37 出处:网络
I\'m using a datepicker for a field on my form, but the arrows are not 开发者_如何学Pythonvisible. If I go to the location where they supposed to be, I can click them to change the month, but the arro

I'm using a datepicker for a field on my form, but the arrows are not 开发者_如何学Pythonvisible. If I go to the location where they supposed to be, I can click them to change the month, but the arrows themselves are not visible. What could cause this kind of problem?


The problem could be CSS cursor style set to none, something like this:

.calendarBox
{
   cursor: None;
}
0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号