ni / nimble

The NI Nimble Design System
https://nimble.ni.dev
MIT License
32 stars 8 forks source link

Fix blazor number field #2471

Closed atmgrifter00 closed 1 week ago

atmgrifter00 commented 1 week ago

Pull Request

๐Ÿคจ Rationale

๐Ÿ‘ฉโ€๐Ÿ’ป Implementation

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