Michael Matloka
Michael Matloka
Reopening to have a single place to keep track of the implementation. Based on the [scope of work defined in the RFC](https://github.com/PostHog/meta/blob/bbe80b0834bd7687906ef211834ebc299d4134bf/requests-for-comments/2024-01-23-project-environments.md#rough-scope-of-work), here's the current status: ### Core scope 1....
Hi @muki0082! You can now enable Environments in PostHog Cloud from the Feature previews list: https://app.posthog.com/#panel=feature-previews
Actually I think we should be able to use the browser input event's [`inputType` property](https://developer.mozilla.org/en-US/docs/Web/API/InputEvent/inputType)!
Ah, I see. :( In case you'd like to run things locally, here's our guide on this: https://posthog.com/handbook/engineering/developing-locally. But no worries about bailing out, thanks for giving this a shot...
Thanks for giving this a look @aspicer!
Seems like this can be improved mostly just by setting the horizontal padding for leftmost/rightmost columns to zero in those embedded tables.
Actually also really liked the idea from https://github.com/PostHog/posthog/issues/24317#issuecomment-2296435385 to make clicking on the _text_ initiate editing. This in fact simplifies things. Here's the final iteration up for review: ![2024-08-20 13...
That's odd @skoob13, I can't reproduce the Backspace behavior…
@anirudhpillai Good point, that's something I was unsure about, as I carried over this way of highlighting selected items from the original LemonInputSelect – but now it's redundant. Will rely...
Yeah, it's been that way since the beginning @skoob13. That's handy if you have multiple values you'd like to add at once, but annoying in cases like the one you...