vaadin-component-factory / combo-box-light

Light ComboBox without lazy loading feature
Other
0 stars 1 forks source link

Updating to V24 #5

Closed stefanuebe closed 1 week ago

stefanuebe commented 1 week ago

Updates the base Vaadin version to 24. Also updates used plugin versions. Added some base classes for JUnit testing.

stefanuebe commented 1 week ago

Note: the CBL still use its own base class and not the CBBase, since that would need a bit more refactoring.