Israel kusayev

Results 12 issues of Israel kusayev

I have a custom component and I have to call setFieldValue to change the value in Formik state. But the touched property to this field is not change. I guess...

stale

Is it possible to set the output to show only specific columns? ![image](https://user-images.githubusercontent.com/42112796/109814347-127a9100-7c37-11eb-8ecc-616669a69a30.png) I don't need all those columns and I want to see each row in one line

After installing via snap `sudo snap install postbird` What do I do know? How can I open the GUI?

and by the way, you did a great job, i'm learning a lot from you. thank you!

## I'm submitting a [x] Bug / Regression [ ] Feature Request / Proposal ## I'm using NG Dynamic Forms Version: 7.2.0 [ ] Basic UI [ ] Bootstrap UI...

Is there any option to add nested entities? something like this ``` config: QueryBuilderConfig = { entities: { BaseLine: { name: 'BaseLine' ,entities:{ ConcomitantDiseases: { name: 'Concomitant Diseases' }, Diagnosis:...

I have a simple interface called Filters ```typescript export interface Filters { search: string; } ``` And I'm trying to use it like with `selectorFamily` like that: `selectorFamily` I'm getting...

help wanted
TypeScript / Flow

It will be a nice feature if we can check all column. Let's say if I press 1 it'll check all fileds in column 1 If 2 itll check all...

Is there a way to add default value for each row/column?