updates to markdown for essay questions

This commit is contained in:
2023-10-18 11:58:18 -06:00
parent 5cebe88b62
commit 3223aef5f3
7 changed files with 110 additions and 8 deletions

View File

@@ -12,7 +12,7 @@
[Parameter, EditorRequired]
public Action<T?> OnSelect { get; set; } = default!;
[Parameter, EditorRequired]
[Parameter]
public T? SelectedOption { get; set; }
private string htmlLabel => Label.Replace("-", "");