Hello
Pls. help me by suggesting a good pattern for a decimal field of amount value, my issue is as below
The lengths are as below,
I specified the Pattern for this field as below (its as --> null{}|zero{}|num{($z9,999.99)}|num.decimal{}), pls. note i did't put any Pattern in EDIT tab
1) But, when user entered the vaue am getting as on the form,
But i want the above as just either $1.10 or $1.1
2) also, am getting as below for another value,
But i want the above as just either $0.60 or $0.6
3) another case as below,
But, i want the above looks like as just $12,345 (if possible, if its not possible thats OK)
4) When the form is rendered on the browser am seeing the field as below,
But, once user put the cursor/clickedon the field the zero is defaulting as below,
but, i don't want to default the zero as above, just having blank is wanting (if its possible then thats nice, if its not possible thats OK), actually, i have another decimal field as below with the Pattern, (pls. note this field has also a EDIT ppatern as well)
The EDIT pattern is as below,
so, this field appearence on the form rendering is as below,
Once the user put the cursor / clikced the field the fiel looks like below
having this is fine for me instead of defaulting zero as described in issue # 4
Pls. suggest me a good pattern to meet all my above 4 issues
Thank you