Valery Bugakov

Results 44 comments of Valery Bugakov

@vovakulikov, could you update these issues with links to new ones and respective PRs as you see fit since you were involved in the implementation of some of them? 1....

> Reactstrap removing doesn't mean we won't be needed migrate our raw reach-ui Combobox components to the wildcard Combobox version @vovakulikov, [the linked `Combobox` migration issue](https://github.com/sourcegraph/sourcegraph/issues/27707) is focused on removing...

Synced in Slack and figured out that the missing piece of info for me was that we have places where we use `reach-ui` `Combobox` implementation directly, which https://github.com/sourcegraph/sourcegraph/issues/27707 should address....

I cannot find the way run sync validate function only on touched fields after `onChange` happens. Is there another way to achieve same functionality?

@tstirrat15 I have a bunch of fields and I need to show error globally at the top of the form for all of them. So I currently do that with:...

@tstirrat15 thanks, didn't know about that! Validation function on field will run anyway, even if field is untouched right? Error will be in the state but won't be added to...

@tstirrat15 sounds great, will try it as soon as I get to the laptop and will update here.

@tstirrat15 I've tried this approach and it seems that I'm doing something wrong because new field is validated immediately. I've added component like this: ```js const EditorError = ({ error...

To simplify my question: after I create dynamic field by pushing into `FieldArray` I don't want to validate it until user touches it. @tstirrat15 if you create dynamic field by...

Would be handy to have this feature. We're struggling with performance optimizations. It would make them more straightforward.