Ilya

Results 9 comments of Ilya

any news? its kind of weird that disabling table (which corresponds to doc page) deletes control, and i cant override it by directly writing "control", according to current api, ArgsTable...

Hi guys, i've recently started using formik and now my problem is that when 1 field being changed validation goes on whole form fields so all errors appear at props...

@johnrom thanks for your answer. This is good example, but not really what i need. Currently i have to validate fields onChange, so if i use touched prop i cant...

@johnrom > a field is marked as touched after its first change if you use the API provided by formik. are you sure about this? For example: ``` { //...

@johnrom so i was just interested is there anything in formik that provides onChange validation without being blurred. I managed this workaround ``` // onChange={ (a) => { // setFieldValue([a.target.name],...

@johnrom ok, thanks for all

@justin808 any news? I would like to see an example of SSR with loadable-components on rails

@justin808 nvm for now, just learned how SSR works and it became easy to implement it on ruby

> > In my opinion first useState should be formatted as second > > Why not vice versa? Short single call arguments like `false` look bad (unbalanced) when they're printed...