diff --git a/docs/user_manual/working_with_vector/vector_properties.rst b/docs/user_manual/working_with_vector/vector_properties.rst index 6181210db86..2caa2456519 100644 --- a/docs/user_manual/working_with_vector/vector_properties.rst +++ b/docs/user_manual/working_with_vector/vector_properties.rst @@ -2577,6 +2577,13 @@ with the field type. The available widgets are: for fields of ``array`` type. * **Range**: Allows you to set numeric values from a specific range. The edit widget can be either a slider or a spin box. + + .. note:: + + Some layers, such as GeoPackage or ESRI File Geodatabase, with predefined **range Field Domains** + will be automatically recognized by QGIS and assigned a **Range** widget for the relevant fields. + The widget will be prefilled with the minimum and maximum values specified in the domain. + * **Relation Reference**: This is the default widget assigned to the referencing field (i.e., the foreign key in the child layer) when a :ref:`relation ` is set. It provides direct access to the parent feature's form which in turn @@ -2595,7 +2602,7 @@ with the field type. The available widgets are: .. note:: - GeoPackage and ESRI File Geodatabase layers with predefined coded **Field Domains** + Some layers, such as GeoPackage or ESRI File Geodatabase, with predefined **coded Field Domains** will be automatically recognized by QGIS and assigned a **Value Map** widget for the relevant fields. * **Value Relation**: Offers values from a related table in a combobox. You can