简体   繁体   中英

ZK Hide the Input Field of Datebox

How can I hide the input field of Datebox? I've tried to set the width to "0px", but the input field still visible.

Do you mean you just want to show the calendar icon?

        .z-datebox-input{
            visibility: hidden;
        }

You can add width:20px to make it smaller.

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