Skip to content
This repository has been archived by the owner on Jun 7, 2022. It is now read-only.

Demonstrates a simple Vaadin project with Testbench test how to break the ComboBox as described in GitHub issue #10549 for vaadin framework

Notifications You must be signed in to change notification settings

FOCONIS/vaadincomboboxbreaker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

vaadincomboboxbreaker

Derived demo from Vaadin Template for breaking a ComboBox not accepting new values when entering a non-existing value.

Demonstrate the problem in vaadin GH issue #10549 - ComboBox with setPageLength=0 can be rendered useless when quickly entering value #10549

Problem is fixed in Pull Request #11068 by tsuoanttila in Vaadin 8.6-SNAPSHOT in the meanwhile.

Workflow

To compile the entire project, run "mvn install".

To run the application, run "mvn jetty:run" and open http://localhost:8080/ .

To produce a deployable production mode WAR:

  • change productionMode to true in the servlet class configuration (nested in the UI class)
  • run "mvn clean package"
  • test the war file with "mvn jetty:run-war"

About

Demonstrates a simple Vaadin project with Testbench test how to break the ComboBox as described in GitHub issue #10549 for vaadin framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published