Michael Li
Results
43
comments of
Michael Li
it works now 🥳
I experience the same for upsert. Business logic removed Code ``` await this.prisma.product.upsert({ select: { id: true }, where: { id: product.id }, update: { id: product.id }, create: {...
it would be really nice this component will also support autoHighlight, similar to MUI Autocomplete.