|
Title: DateBox - Clear issue with keyboard events Post by: rangaNadha on May 31, 2017, 04:41:18 AM I have a jsp page on which there are many fields including one datebox.
I am using tab key to come to datebox and then using Backspace to clear already existing value in datebox. After this if I try to retrieve the value in the datebox by using $("#id").datebox('getValue') it is giving the previous value. It does not get blank/null. Thanks in Advance. Title: Re: DateBox - Clear issue with keyboard events Post by: stworthy on May 31, 2017, 11:57:55 PM When the input box is empty, calling 'getValue' method all return empty string. If your issue continues, please show an example to demonstrate your issue.
Title: Re: DateBox - Clear issue with keyboard events Post by: rangaNadha on June 01, 2017, 06:33:31 AM Thanks for the reply, Can you provide the link to download the latest jquery.datebox.js version.
Title: Re: DateBox - Clear issue with keyboard events Post by: stworthy on June 01, 2017, 07:21:23 AM The packages can be downloaded from https://www.jeasyui.com/download/index.php
|