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

Hint text not behaving correctly

drew-wallace opened this issue · comments

If you have a completely blank field with strategy set to ignore, the hint text is shown. Then, type a letter. The hint text is gone, yet there is still nothing in the box.

Yes because strategy ignore means it will ignore all incorrect values. The hint text is controlled by material-ui itself, if you unfocus the input it should appear since the input is empty.