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

Saving form with disabled properties #92

Closed Oddvocado closed 9 months ago

Oddvocado commented 9 months ago

To Reproduce

  1. While completing a form, select a radio button that enables a question that was originally disabled
  2. Select a response on the question which is now enabled
  3. Attempt to save the form

Expected behavior Questions that have been enabled should retain selected value.