Hi, I have an update SQLFORM for db record which includes double type fields. I noticed that the form does not permit values for example "1e6". Letter "e" is automatically removed when it's typed in. Behaviour is understandable but is there a way to get scientific notation support for double fields?
One solution would be to use strings instead of double type fields but i really would like to avoid this. Best regards - Kimmo

