FlowingCode / TwinColGridAddon

TwinColGrid Vaadin Add-on
https://www.flowingcode.com/en/open-source/
Apache License 2.0
7 stars 7 forks source link

The label of title was not associated with a component #159

Closed JuaniVega closed 11 months ago

JuaniVega commented 12 months ago

In all views where TwinColGrid is used, and where a title is defined for each grid, a warning like the following is showed:

2023-09-25T16:10:01.052-03:00  WARN 3564 --- [nio-8080-exec-5] com.vaadin.flow.component.html.Label     : The Label 'Added Groups' was not associated with a component. Labels should not be used for loose text on the page. Consider alternatives like Text, Paragraph, Span or Div. See the JavaDocs and Deprecation Warning for more Information.

If you don't define any title for the grid, the following warning is also displayed:

2023-09-25T16:10:01.052-03:00 WARN 3564 --- [nio-8080-exec-5] com.vaadin.flow.component.html.Label : The Label '' was not associated with a component. Labels should not be used for loose text on the page. Consider alternatives like Text, Paragraph, Span or Div. See the JavaDocs and Deprecation Warning for more Information.