chore: correct select DefaultValue xml comment (#1950)

This commit is contained in:
anranruye 2021-09-16 22:48:52 +08:00 committed by GitHub
parent c099874086
commit cb70811029
2 changed files with 1 additions and 4 deletions

View File

@ -309,9 +309,7 @@ namespace AntDesign
/// <summary>
/// Used when Mode = default - The value is used during initialization and when pressing the Reset button within Forms.
/// </summary> /// <summary>
/// Used when Mode = multiple | tags - The values are used during initialization and when pressing the Reset button within Forms.
/// </summary>
/// </summary>
[Parameter]
public TItemValue DefaultValue
{

View File

@ -127,7 +127,6 @@ namespace AntDesign
protected IEnumerable<TItemValue> _defaultValues;
protected bool _defaultValuesHasItems;
/// <summary>
///
/// Used when Mode = multiple | tags - The values are used during initialization and when pressing the Reset button within Forms.
/// </summary>
[Parameter]