UK-SBCoA / uniform-data-set-dotnet-web

.NET Core implementation of UDS with MVC and Razor Class UI Library
BSD 2-Clause "Simplified" License
1 stars 0 forks source link

Replace B7 manual cell rendering (in view) with TableCellRadioButtonsTagHelper #62

Closed ashleybot closed 1 year ago

ashleybot commented 1 year ago

Currently the values are not getting mapped properly to the rendered view (probably because of input naming). Since this layout was created a TableCellRadioButtonsTagHelper was written to easily render radio button groups in html table cells.

See the B5 for a working example of using the tag helper.