Page 1 of 1

Accessing JQMEdit value on change

PostPosted: 17 Jun 2014 18:08
by Davide
Hello,

I'm trying to get the selected date on a JQMEdit control with an EditType of jqmetDate.
The result of the reading the JQMEdit.Text property in the OnChange event is always the value before the change.
So if the control show 17/6/2014 and I change it to 10/6/2014 reading the text property in the OnChange event result in 17/6/2014 and on a next change in 10/6/2014.
How can I get the value show in the control ?

Thank you,
Davide

Re: Accessing JQMEdit value on change

PostPosted: 17 Jun 2014 18:18
by Alexander Bulei
Hi Davide,

In desktop or mobile device ?

Best Regards.

Re: Accessing JQMEdit value on change

PostPosted: 17 Jun 2014 19:03
by Davide
On a mobile Device.
A Blackberry Z10.

Davide

Re: Accessing JQMEdit value on change

PostPosted: 18 Jun 2014 12:27
by Alexander Bulei
Hi Davide,

Fixed in V2.1.0.3692:

Code: Select all
JQMRegion:
- Fixed: generation of page events when RegionType = jqmrtPage

JQMEdit:
- Fixed/Improved: trigger change events to update hidden input on html5 controls/popups


Thanks.

Best Regards.