diff --git a/src/layer/value-select/index.md b/src/layer/value-select/index.md index 32b45cae..00c0a897 100644 --- a/src/layer/value-select/index.md +++ b/src/layer/value-select/index.md @@ -75,8 +75,9 @@ To set up **Value Relation** in QGIS: You can also set other options, such as: - **Order by** *Value*, so that values appear in alphabetical order - - :heavy_check_mark: **Allow NULL value** - - :heavy_check_mark: **Allow multiple selections** - if you want to have the option to select multiple values + - **Allow NULL value** + - **Use completer** - to automatically use the search bar to find values from the list in the (recommended for fields with many values) + - **Allow multiple selections** - if you want to have the option to select multiple values 4. **Apply** the changes. Don't forget to save and sync your project! ![QGIS value relation field form](./qgis-form-value-relation-multiselect.jpg "QGIS value relation field form") @@ -91,6 +92,11 @@ When you open the field with **Value Relation** in the , y ![Mergin Maps mobile app value relation multiple selection](./mobile-form-value-relation.jpg "Mergin Maps mobile app value relation multiple selection") +If you use the **Use completer** option for the value relation field, the search bar and keyboard appear automatically, making it easier to search for a value from the list. + +![Mergin Maps mobile app value relation completer](./mobile-form-value-relation-completer.webp "Mergin Maps mobile app value relation completer") + + ## Drill-down forms Drill-down or cascade forms enable to list values in a field depending on a value selected in another field. diff --git a/src/layer/value-select/mobile-form-value-relation-completer.webp b/src/layer/value-select/mobile-form-value-relation-completer.webp new file mode 100644 index 00000000..2dab48ca Binary files /dev/null and b/src/layer/value-select/mobile-form-value-relation-completer.webp differ diff --git a/src/layer/value-select/mobile-form-value-relation-completer.xcf b/src/layer/value-select/mobile-form-value-relation-completer.xcf new file mode 100644 index 00000000..7c8c528f Binary files /dev/null and b/src/layer/value-select/mobile-form-value-relation-completer.xcf differ