NoHomey / material-ui-number-input

The <TextField type="number" /> that user really expects.

Home Page:http://nohomey.github.io/material-ui-number-input

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dependency on material-ui 0.17.x

opened this issue · comments

material-ui-number-input specifies a dependency on material-ui of ^0.17.x which effectively locks the dependency to the older 0.17.* versions of material-ui, and in turn locks any application that uses number-input.

If that in not intentional, and versions 0.18.* are compatible, the dependency could be specified as >0.17.1 instead.

I did update all the dependencies. Thanks for the issue and sorry for the delay. I was really busy lately.