Jump to content

Ajax Error - View in desktop browser and select date not in current month


Masteritec

Recommended Posts

3 hours ago, Masteritec said:

If your pop-up calendar is Sept 2020 , try u select 31 Aug then your will encounter this issue

You can try this workaround for now:

function afterCreate(sender)
{
    var _dtpicker = sender.getPicker();
    if (_dtpicker) { 
        sender.getPicker().on('select', function() {
            this.setValue(this.getValue())
        })
    }
}

 

Link to comment
Share on other sites

1 hour ago, Sherzod said:

You can try this workaround for now:


function afterCreate(sender)
{
    var _dtpicker = sender.getPicker();
    if (_dtpicker) { 
        sender.getPicker().on('select', function() {
            this.setValue(this.getValue())
        })
    }
}

 

You will include this fix in next release?

Link to comment
Share on other sites

  • 4 weeks later...
×
×
  • Create New...