How to allow decimal values in integer field
In a Integer type field it should allow decimal values as well.I have followed below script but it is not accepting decimal values Client Script : onChange function onChange(control, oldValue, newValue, isLoading, isTemplate) { if (isLoading || newVa...