Hi Tatu,In Vaadin 8 TwinColSelect, I used setLeftColumnCaption an

Hi Tatu,

In Vaadin 8 TwinColSelect, I used setLeftColumnCaption and setRightColumnCaption.

TwinColSelect add-on for Vaadin 23 supports setLabel for the left column caption.

How to add RightColumnCaption?

Thank you.

Label setLabel is setting is for the whole Field, not just the left column. As you see this component also supports vertical orientation.

The choice was made also to follow general Flow Field component contract. This is different from Vaadin 8.

Also note, in TwinColSelectI18n there are setSelected(String) and setOptions(String) for setting invisible labels for the columns which are announced by the screenreader when using component.