EasyUI Forum

General Category => EasyUI for Vue => Topic started by: li_xiao_zhong on December 05, 2021, 09:30:15 PM



Title: DateTimeSpinner bug
Post by: li_xiao_zhong on December 05, 2021, 09:30:15 PM
when I set template as
<DateTimeSpinner inputId="t3" value="2017-09-01" format="yyyy-MM-dd"></DateTimeSpinner>
the up down button can not increase or decrease properly


Title: Re: DateTimeSpinner bug
Post by: jarry on December 06, 2021, 01:46:34 AM
Please call this code instead.
Code:
<DateTimeSpinner inputId="t3" value="2017-09-01" format="yyyy-MM-dd" :selections="[[0,4],[5,7],[8,10]]"></DateTimeSpinner>