Pavlo Maistruk
Pavlo Maistruk
You should use `modalFilterBuilder` ``` return SmartSelect.single( title: 'Use modalFilterBuilder', value: value, choiceItems: options, modalFilter: true, modalFilterBuilder: (ctx, cont) => TextField(cursorColor: Colors.red,), onChange: (state){}, ); ```
After adding tsconfig.json everything works
Why not go further and write an extension that will add additional query functions that will accept the ability, Under the hood, it might look like this: ```ts Prisma.defineExtension({ model:...
@stalniy what do you mean by `to adjust prisma types`?
https://github.com/tgcalls/awesome-tgcalls
@imoby, what adapter are you using?