Robert Pattis

Results 69 comments of Robert Pattis

With import, I mean import in frontend-files (*.ts or *.js). For example if `my-other-component.ts` should extend `my-component.ts`, at the moment I use the import statement `import { MyComponent } from...

I would go with `@angular/layout` too and I don't think it is confusing. As much as I know it is using (or will be using) `@angular/cdk/layout` under the hood. That...

The outcome is still the same, it works with the TextField but does not work with he MultiSelectComboBox

Would it be possible that the MultiSelectCombobox checks if the overlay had the focus when closing? If not, it should probably not reurn the focus to the field.

Sometimes it is not necessarily an error but an information regarding the selected value. For example when selecting the client in a new order an info with the open invoices...

@knoobie however, the shown information is limited to only a few words, more complex information has to be shown somewhere else. I agree that often the error / hint on...

I am facing the same issue in a Vaadin application. >This is expected, also it's how native works, so we are not going to change this. I just tested it...

The non-filled checkbox with the dashed border would fit the default read-only style of other vaadin components like `TextField`. Also, I wouldn't give the labels of the unselected checkboxes less...

I faced a similar issue, where changes of `min`, `max` or `matDatepickerFilter` tiggered a `valueChange`. I tried to track down the issue and it seems like the problem is the...