Colin Chadwick

Results 6 comments of Colin Chadwick

Hey there! That works just like in CSS. Supply an RGBA color to the secondaryColor property, with the alpha channel set to 0. ``

Hi, I had the same problem today and wanted to share my findings. This should do it: ```ts private async defaultUpdateHandler( row: RxReplicationWriteToMasterRow, ): Promise { let query = this.options.client...

You're right! It works for my case, but I think when this is combined with `contains`, this could be a general solution. I'll keep you posted in case I find...

@kkafar Yes, the formSheet allows for better customization than the modal (for e.g. specifying detents, showing the grabber, corner radius, etc.).