简体   繁体   中英

jquery ui datepicker is not showing Month and Year in dropdown list

( https://jqueryui.com/datepicker/ - version 1.11.4)

It is still working fine and let user pick up the date but only problem is that the "Month" and "Year" are not showing up until you hover the mouse on it:

在此输入图像描述

What can possibly cause problem here? I checked the browser's developer tool and there is not error or warning

try to give the following selector black color instead of white cause this means that the month & year has a white color

.ui-datepicker .ui-datepicker-title select {
    color: #000;
}

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM