Tomáš Bydžovský
Results
3
issues of
Tomáš Bydžovský
If checkOnInit option of `field()` function is set to true, the initial validation immediately sets `dirty` flag to true. The field is then marked as dirty without any user input...
bug
I need to set field value programatically, but sometimes the value is null or undefined. ``` // example const name = field('name', ''); name.set(null); ``` If I call set method...
bug
Removed ";" character outside of script tag. No major changes