Open FollowSteph opened 7 years ago
I have no idea why but the following code seems to make the Upload button invisible...
HorizontalLayout horizontalLayout = new HorizontalLayout(); Label testLabel = new Label("test"); horizontalLayout.addComponent(testLabel); horizontalLayout.setExpandRatio(testLabel, 1.0f); horizontalLayout.addComponent(multiFileUpload);
I have no idea why but the following code seems to make the Upload button invisible...