Questions tagged [vaadin24]
49 questions
0
votes
1 answer
Vaadin 24 file-download-wrapper component
I need to download a file by Button click in Vaadin Flow 24 application. For this purpose, I installed https://vaadin.com/directory/component/file-download-wrapper helper add-on.
Everything works fine on desktop browser but when I use my iPhone, I…

alexanoid
- 24,051
- 54
- 210
- 410
0
votes
1 answer
Vaadin Flow Grid - grid.setHeightByRows equivalent in v. 24
If there are just 2-3 rows Vaadin Grid displays an empty space below the last one for some reason (I always wondered why it's so). In Vaadin 8 I solved this problem in the following way:
grid.setHeightByRows(size <= 12 ? size : 12);
So, if there…

Sogawa-sps
- 147
- 10
0
votes
3 answers
Vaadin Flow add a separator into the Tabs component
Is it possible to add a visual separator into the Tabs component between tabs? I tried to add Hr component into the verticals Tabs but it failed with an error that only Tab can be added to the Tabs component.
UPDATED
This is what I have:
This is…

alexanoid
- 24,051
- 54
- 210
- 410
0
votes
0 answers
Vaadin 24 Details component
After upgrade to Vaadin 24 I noticed that the text part of the Details component is not reacting on mouse click. Now to expand/collapse I have to use the toggle button only.
https://vaadin.com/docs/latest/components/details
Is it possible to make…

alexanoid
- 24,051
- 54
- 210
- 410