We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11c64dc commit 4194d24Copy full SHA for 4194d24
CommunityToolkit.Labs.Core.SourceGenerators/Metadata/ToolkitSampleTextOptionMetadataViewModel.cs
@@ -21,7 +21,7 @@ public class ToolkitSampleTextOptionMetadataViewModel : IGeneratedToolkitSampleO
21
/// <summary>
22
/// Creates a new instance of <see cref="ToolkitSampleTextOptionAttribute"/>.
23
/// </summary>
24
- public ToolkitSampleTextOptionMetadataViewModel(string id, string placeholderText = null, string? title = null)
+ public ToolkitSampleTextOptionMetadataViewModel(string id, string placeholderText = "", string? title = null)
25
{
26
Name = id;
27
_title = title;
0 commit comments