Originally by geert3
TextField foo = new TextField("
big caption
"); foo.setCaptionAsHtml(true); FormLayout form = new FormLayout(foo);--> caption is rendered as plain text, not as HTML
Imported from https://dev.vaadin.com/ issue #17143
该提问来源于开源项目:vaadin/framework