Nathan Babb
Nathan Babb
### Description The Vaadin Grid fails sporadically to render rows ### Expected outcome Rows should render ### Actual outcome No rows are displayed. The table has to be filtered, or...
We have certain global theme changes for input fields that are causing the multi-select component to have rendering issues. I am able to affect styling up to a point, but...
I am testing a TreeGrid that uses a LitRenderer. I am calling ``` GridKt._getFormattedRow() ``` on my expected row, but am getting back only the extracted text portions. This particular...
Navigation to a URL with URL encoded values is not consistent with the application default behavior
We need to URL encode certain code values in some of our URLs as we support certain characters like %. In the running application, a URL like myroute/%25CHARS where **%**...
### Describe your motivation We would like to use the MenuBar component, however one of the use-cases we need to support is an Anchor tag (for download). When you add...
### Describe your motivation In certain contexts resizing the grid column below a certain size is not desirable. Having the ability to specify a minimum column width would only allow...
We have a ComboBox that performs custom filtering ``` setItems( { item, filterText -> ... custom filtering logic removed ... }, myRepository.findAll().toList() ) ``` Calling ComboBoxTester.selectItem doesn't respect this filtering...