From 5bc6a44c11719c3b8645eea346fe73d2dc5382d5 Mon Sep 17 00:00:00 2001 From: Raju Udava <86527202+dstala@users.noreply.github.com> Date: Sat, 25 May 2024 11:26:59 +0530 Subject: [PATCH] Update packages/noco-docs/docs/090.views/040.view-types/030.form.md Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> --- packages/noco-docs/docs/090.views/040.view-types/030.form.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/noco-docs/docs/090.views/040.view-types/030.form.md b/packages/noco-docs/docs/090.views/040.view-types/030.form.md index 8d3b6c8d81..a6b9b95e9b 100644 --- a/packages/noco-docs/docs/090.views/040.view-types/030.form.md +++ b/packages/noco-docs/docs/090.views/040.view-types/030.form.md @@ -108,7 +108,7 @@ For select based field types, you can configure the options layout to be display ![Options Layout](/img/v2/views/form-view/options-layout.png) #### Limit Options -Limit the number of options displayed in the dropdown or list of shared form. This is useful when you have a large number of options & want to limit the number of options displayed in the dropdown or list for the user to select from. +Limit the number of options displayed in the dropdown or list. This is useful when dealing with a large number of options, allowing you to restrict the visible choices for the user. - Use `Hide` button next to the option to hide the option from the dropdown or list. - Use `Reorder` button associated with a field to reorder the options.