Ari Mendelow

Results 36 comments of Ari Mendelow

Can you include the full code for that page?

Create a transparent button the size of the entire screen that closes the dropdown, and put it between your dropdown and the rest of your site.

That’s generally what sites do, but you could also have a click event listener that closes the menu for any click of the mouse.

Tailwind is just a better way to write CSS. If you want full components, look into Tailwind UI. They’re doing amazing work on it!

To clarify: TW is not a UI framework. UI frameworks are opinionated and not suitable for devs that want to take ownership over the design of their application

You can generate it by running: `npx tailwindcss init --full`

I have the exact same issue with testing models that have dateTime. Do we have a workaround for that yet?

Sounds good! Will there be an upgrade guide? If we've put a lot of work into these services and tests we don't want to just regenerate them. Thanks for all...

Hi! Are there any updates on this? Running into the same issues :) I can't even compost out the scenario data and pass them into `defineScenario` while having it typed,...