jQWidgets Forums

jQuery UI Widgets Forums Angular Date Range BUG with Max Date

This topic contains 2 replies, has 2 voices, and was last updated by  Yavor Dashev 3 years, 8 months ago.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
  • Date Range BUG with Max Date #120753

    Dragday
    Participant

    If you select a prior month and try to go until the max date, it wont update its value.

    
    <jqxDateTimeInput placeHolder="Plaholder here" selectionMode="range" [formControl]="fc"
    [max]="maxDate"
        (onValueChanged)="dateChange($event)"></jqxDateTimeInput>
    
    
    maxDate = new Date()
    

    How to reproduce it
    1) FROM: Select 08/31/2021
    2) TO: Select any date after 8/31/2021

    The value is not updated on the form control, and the change event isnt triggered and the selection is “kept” on the calendar when you open again.

    Date Range BUG with Max Date #120755

    Dragday
    Participant

    (You have to select 08/31/2021 from the September Calendar)

    Date Range BUG with Max Date #120761

    Yavor Dashev
    Participant

    Hi Dragday,

    This behavior is definitely a bug and I have added a work item for this issue and we will work to fix it as soon we are able to.

    I would like to thank you for reporting this issue as this helps us improve our products constantly!

    Please, do not hesitate to contact us if you have any additional questions.

    Best Regards,
    Yavor Dashev
    jQWidgets team
    https://www.jqwidgets.com

Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.