Most of our input controls bind their current-value attribute in the razor template. The NumberField, however, was binding its value attribute. There doesn't seem to be a valid reason for this, and I have switched it be in-line with the other input controls.
๐งช Testing
Wrote an acceptance test.
โ Checklist
[ ] I have updated the project documentation to reflect my changes or determined no changes are needed.
Pull Request
๐คจ Rationale
2469
๐ฉโ๐ป Implementation
Most of our input controls bind their
current-value
attribute in the razor template. TheNumberField
, however, was binding itsvalue
attribute. There doesn't seem to be a valid reason for this, and I have switched it be in-line with the other input controls.๐งช Testing
Wrote an acceptance test.
โ Checklist