Krzysztof Sztompka
Krzysztof Sztompka
Hey In previous versions it was impossible. Now it may work. I will check it within a few days
Please check latest version, I think I done it. I also used your example with latest source : https://plnkr.co/edit/7Ss7ad0dSOWY7choo7ei?p=preview
Thx for your feedback. Usually new functionality introduce some border cases. I just fixed this one.
THere is one issue with fixed option https://github.com/uhlryk/angular-dynamic-number/issues/41 Write what you think about it.
Implementation doesn't look too hard. But I have objection how it should work. For example you set min value to `1234,12345`. Now user want to type value `99`. To do...
Hey Thank you very much for your involvement. I updated [documentation](https://github.com/uhlryk/react-dynamic-number#how-to-set-focus-on-this-element) to show how to use `focus` on element. In examples first element also has focus. Please check it out....
Hey, Im eager to solve this! Lets try first: Replace DynamicNumber with standard input (of course adapt all code for this) and check if you will get ref to input....
Implementation doesn't look too hard. But I have objection how it should work. For example you set min value to `1234,12345`. Now user want to type value `99`. To do...
But as I wrote above, max value also has some controversies. For example if max value is 999.99999 and user want write 111 but by mistake write 1111 then it...
Thank you guys for your feedback. @bmd-bentar I can't reproduce your case. Maybe it is somehow because you pass same variable as value or something like this. Can you prepare...