LaunchCode-Education-Archived / csharp-web-development

Unit 2 (C# Track) of the LC101 Curriculum, following fundamentals in JavaScript
https://education.launchcode.org/csharp-web-development/
GNU General Public License v3.0
5 stars 9 forks source link

GA3 starter code for Search Index VIew #160

Open a-zabala opened 1 year ago

a-zabala commented 1 year ago

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") />