Skip to content
This repository has been archived by the owner on May 11, 2023. It is now read-only.

GA3 starter code for Search Index VIew #160

Open
a-zabala opened this issue Nov 7, 2022 · 0 comments
Open

GA3 starter code for Search Index VIew #160

a-zabala opened this issue Nov 7, 2022 · 0 comments

Comments

@a-zabala
Copy link

a-zabala commented Nov 7, 2022

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant