Posts: 2,250
Threads: 193
Joined: Mar 2018
Reputation:
86
Location: Auckland, New Zealand
Hi Ren,
I'll check your demo and get back to you on this ASAP.
Cheers,
Posts: 2,250
Threads: 193
Joined: Mar 2018
Reputation:
86
Location: Auckland, New Zealand
06-04-2024, 08:32 AM
(This post was last modified: 06-04-2024, 08:32 AM by Alexandre Machado.)
I believe this is not a "bug" per se but an incompatibility between the Currency field formatting (from Delphi's TField) and our JavaScript layer.
I'll need a little more time to debug it and see what can be done about it.
I'll get back to you when I have more information.
Cheers
Posts: 2,250
Threads: 193
Joined: Mar 2018
Reputation:
86
Location: Auckland, New Zealand
Hi Ren,
I think I have a solution for this which requires a change in our JS numeric validation code. It will be available in the next release.
If you are using the latest IW version I can send you a patch so you can test it before the official release. If you want to receive the patch, please write me at alexandre at atozed dot com
Cheers
Posts: 20
Threads: 8
Joined: Sep 2023
Reputation:
0
Thanks alex, will wait for next release~, workaround using ExtraTagParams to add in the html attribute inputmode="decimal" for numeric input to help for phone virtual keyboard now, although this attribute does not help validating.