mirror of
https://gitee.com/ant-design-blazor/ant-design-blazor.git
synced 2024-12-04 21:17:36 +08:00
chore: correct select DefaultValue xml comment (#1950)
This commit is contained in:
parent
c099874086
commit
cb70811029
@ -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
|
||||
{
|
||||
|
@ -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]
|
||||
|
Loading…
Reference in New Issue
Block a user