Vladyslav Zuiev

Results 5 comments of Vladyslav Zuiev

Seems to be smth broken on Tavis. Is it something I should fix or just some Travis setup problem?

The problem is coming from mui library. Here is some code example how to reproduce the same with only mui component. ``` export const MuiError = () => { const...

@fzaninotto The other option would be to create input ref if it's not passed and reset it's value if event value is undefined. This allows for decimal numbers. ``` onBlur={(e)...

@fzaninotto I've reverted changes to keep the input type as number and adjusted the code to reset the input ref value on blur when the event value is empty. Please...