Matthew Wilson

Results 6 comments of Matthew Wilson

At least for the use cases we require, the last two methods would not be necessary. The rest of the API looks perfect for the tests we want to write.

There is possibly another issue with the `onDataChange` method. When a `refreshAll()` is called on the data provider, the select is reset (the `else` branch), which includes clearing the selected...

I would say feature as the current session-based strategy is working as it was intended to. Either introducing documentation or providing the option for a UI-based strategy would both be...

Example project with failing tests to show the issues: https://github.com/MatthewVaadin/grid-testing

The test scenario was made with the first example here: https://vaadin.com/docs/latest/components/custom-field Is there any documentation detailing how to turn this into a version that is testable with TestBench?

I can confirm that the tests pass as expected if I follow your instructions to add value change listeners instead of relying on `generateModelValue` to be called.