Krzysztof Brilla

Results 45 comments of Krzysztof Brilla

Well there is not only a nullability problem but any kind of type guard ```typescript type Shape = {kind: 'Circle', r: number} | {kind: 'Square': a: number}; shape= Signal; ```...

As good as it is, there is still discussion on what road to take: extend `display: grid` / `display: masonry` so I don't think it's ready for interop

1. interoperable sound great! Basestyle as a second favorite 2. I would ecpect pseudo is needed to know that basestyle is actually supported for that element and was applied.

Our customers expect it not to open on focus as they want to for example tab through form and if dropdown open it confuse them. They want it to open...

Mayby move current imlementation to new `scopedTranslate` signal and mirror algorithm from `selectTranslate` to `translateSignal`. Bdw, it's not recomended to postfix with `signal`.