We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c8abdd commit eca30f4Copy full SHA for eca30f4
src/WebformElement/index.jsx
@@ -168,7 +168,7 @@ class WebformElement extends Component {
168
169
getLabelDisplay() {
170
const elementClass = this.getField().componentClass;
171
- return getNested(() => elementClass.meta.labelVisibility) || this.props.field['#title_display'];
+ return getNested(() => elementClass.meta.labelVisibility) || this.props.field['#title_display'] || 'inline';
172
}
173
174
/**
0 commit comments