William Luke

Results 60 comments of William Luke

What are peoples thoughts on adding a `disabledRanges` prop ```tsx interface DateRangePickerProps { open: boolean; initialDateRange?: DateRange; definedRanges?: DefinedRange[]; disabledRanges?:DateRange[]; minDate?: Date | string; maxDate?: Date | string; onChange: (dateRange:...

Having the exact same issue

These look related https://github.com/prisma-labs/dripip/issues/71

Has there been any movement on this?

Hey @schickling, Has there been any progress on this or at least a recommended workaround?

This is what I'm currently using ```javascript const variables = { where:{ OR: [ {name_contains: inputValue}, {name_contains: inputValue.toLowerCase()}, {name_contains: inputValue.toUpperCase()}, {name_contains: titleCase(inputValue)}, ] } } ``` ```typescript export function titleCase(str:...

@williamkwao If you have a go at it, I'll help get it reviewed and merged

@marktani Has there been any progress on this?

Hey @mavilein, Been waiting on this for quite a while, so happy to see some movement. Do you have any idea when we could expect this? 😄

> I see you are using `@prisma/sdk` here, maybe we should have a way to skip this validation step by choice? Yes, that would be helpful :)