Skip to content

docs(MultiSelect): add docs for custom values #2917

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

Tsvetomir-Hr
Copy link
Contributor

@Tsvetomir-Hr Tsvetomir-Hr self-assigned this Apr 16, 2025
@Tsvetomir-Hr Tsvetomir-Hr requested review from a team as code owners April 16, 2025 13:20
@ntacheva ntacheva self-requested a review April 22, 2025 10:40
@Tsvetomir-Hr Tsvetomir-Hr requested a review from ntacheva April 24, 2025 12:18
title: Custom Values
page_title: MultiSelect - Custom Values
description: Learn how to use custom values and user input in the MultiSelect for Blazor.
slug: multiselect-custom-value
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
slug: multiselect-custom-value
slug: multiselect-custom-values

@@ -99,6 +99,7 @@ The Blazor MultiSelect provides various parameters that allow you to configure t
| ----------- | ----------- | ------ |
| `AdaptiveMode` | `AdaptiveMode` <br /> (`None`) | The [adaptive mode](slug:adaptive-rendering) of the component. |
| `AutoClose` | `bool` <br /> (`true`) | Defines whether the dropdown list containing the items for the MultiSelect will automatically close after each user selection. |
| `AllowCustom` | `bool` | Determines if the user can enter [custom values](slug:multiselect-custom-value). If enabled, the `ValueField` must be a `string`. |
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
| `AllowCustom` | `bool` | Determines if the user can enter [custom values](slug:multiselect-custom-value). If enabled, the `ValueField` must be a `string`. |
| `AllowCustom` | `bool` | Determines if the user can enter [custom values](slug:multiselect-custom-values). If enabled, the `ValueField` must be a `string`. |

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants