Skip to content

Commit

Permalink
oh, this logic already exists on the input checkbox (#2066)
Browse files Browse the repository at this point in the history
  • Loading branch information
Masterjun3 authored Jan 8, 2025
1 parent 7aeec58 commit 8902380
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TASVideos/Pages/Forum/Topics/_PollCreate.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<input asp-for="PollOptions[i]" type="hidden" />
}
</fieldset>
<fieldset disable="Model.HasVotes">
<fieldset>
<div class="form-check">
<label asp-for="MultiSelect" class="form-check-label">Allow Multiple Selections</label>
<input disable="@Model.HasVotes" asp-for="MultiSelect" type="checkbox" class="form-check-input" />
Expand Down

0 comments on commit 8902380

Please sign in to comment.