You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 11, 2023. It is now read-only.
A student noticed that the "all" radio button does not stay checked as was intended and even mentioned in the Bonus for this assignment. She caught the error in this line that wasn't working: line 12 in the search index view
@@
A student noticed that the "all" radio button does not stay checked as was intended and even mentioned in the Bonus for this assignment. She caught the error in this line that wasn't working: line 12 in the search index view
@@
her fix:
<input type="radio" name="searchType" id="@column.Key" value="@column.Key" checked=@(column.Key == "all") />
The text was updated successfully, but these errors were encountered: