How to display more then 3 digits after "." in double textField

Hi.
I create a form for shop where we need to input Lattitude and Longitude of it.
i made correct datatype for them

 <textField id="latitudeField"  maxLength="10"  datatype="double" property="latitude"/>
 <textField id="longitudeField" maxLength="10" datatype="double" property="longitude"/>

But it display only 3 digits after “.” symbol

1 Like

Hi,
To change number format for a few fields, use formatter:
https://docs.jmix.io/jmix/backoffice-ui/vcl/components/text-field.html#formatter

Or change double format globally in the application by changing doubleFormat message:
https://docs.jmix.io/jmix/data-model/data-types.html#localized-format-strings