SampaioLeal / material-ui-numeric-input

Numeric Input for interfaces built with Material-UI for React
12 stars 4 forks source link

Cannot find name 'HTMLNumericElement' #10

Closed santanna106 closed 2 years ago

santanna106 commented 2 years ago

I installed material-ui-numeric-input in my ReactJs project. But, the project did not find the 'HTMLNumericElement'. I had to define it on the page that the NumericInput component was used for the page to work. Could I have made a mistake?

SampaioLeal commented 2 years ago

can you try the new version? 3.1.1

santanna106 commented 2 years ago

I am using the "material-ui-numeric-input": "^3.1.0" version.

santanna106 commented 2 years ago

Yes, I can test and report to you.

santanna106 commented 2 years ago

With update to version 3.1.1 the probleme resolved