bigopon

Results 668 comments of bigopon

@ekzobrain you are actually right, it's supposed to be fixed in a previous PR from @fkleuver . When I tried to create a failing test with the same template given...

Thanks @Esger , it doesnt seem like a straight forward task with "while the dom still rendering". We can try to wait for the task queue probably, do you want...

Thanks @Stopi , for the true true modal, we need to implement tab focus trap for non native `` renderer. I was assuming this shouldn't be opinionated, but maybe it...

To summarize, this following code block ```ts this.templatingEngine.enhance({ element: element, bindingContext: itemBindingContext, overrideContext: itemOverrideContext, resources: viewResources, }); ``` is the main difference: in v1 we have the ability to specify...

I think this can be closed, `.enhance` does provide the ability to override context, and a normal view (synthetic) allows a custom scope selection. If we are to do something...

> ... When one of those properties is validated, all the properties in the set are validated. If we had a group of - [radio input]: 1 way / 2...

Just an idea, maybe a serializable version of the `ensureGroup` above would be something like ```ts .ensureGroup( ['direction', 'departureDate', 'returnDate'], `$direction === '1-way' && $returnDate == null && $departureDate >...

btw, the benchmark jobs can be fixed by simply updating this branch with latest master @XmasCarola

> ... I also can't answer whether the depended rules will run first or in parallel with the dependent rule. ... One thing that is possible if we declare all...