pwt.datepicker icon indicating copy to clipboard operation
pwt.datepicker copied to clipboard

Fix 0 keycode in input

Open mohamad171 opened this issue 2 years ago • 0 comments

In autocomplete date after enter for example : 1401/05/10 or any dates that ends with "0" because code of "0" is 96 that statement doesn't work and nothing show. if change it to >= 96 it's work fine.

mohamad171 avatar Jan 30 '23 11:01 mohamad171