Bas

Results 9 comments of Bas

Radio buttons would be a more semantic way to convey to the user that only one item can be selected. It would be the accessible thing to do. Maybe a...

I get a very small dialog: ![Image](https://github.com/user-attachments/assets/482827bc-b0af-4e01-9c28-dbb90664a47f)

One might have noticed that we currently have console. calls registered as breadcrumbs. This behavior is only part of Sentry@5. Later versions of Sentry no longer do this by default...

> It looks like validation is supported in template-driven forms, and as we don't need to capture valuechanges or similar, I think this would be better in KISS style by...

I guess, what I said is not completely correct. The main issue really is that one has to render the errors themselves using mat-error component. The reactive approach has the...

@castaway , you are correct that template driven forms offer the ability to perform `required` validation. I read that forms with validation should use reactive forms and went with that.

@castaway, rebased and ready to merge.

> Some testing this afternoon: > > * The fetch of message contents according to the current message list - this should happen in both the index-sync and index-off modes...

@castaway , the issue you are experiencing is likely due to the early return. In the virtual table we `@Output` events whenever the render range changes. Only the virtual scroll...