File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<div class =" panel panel-{{ctx.component.theme}}" >
2- {% if (!ctx.component.hideLabel || ctx.builder || ctx.component.collapsible || ctx.component.tooltip) { %}
2+ {% if (!ctx.label.hidden || ctx.builder || ctx.component.collapsible || ctx.component.tooltip) { %}
33 <div class =" panel-heading"
44 {% if (ctx.component.collapsible) { %}
55 tabindex =" 0"
1313 {% if (ctx.component.collapsible) { %}
1414 <i class =" formio-collapse-icon {{ctx.iconClass(ctx.collapsed ? 'plus' : 'minus')}} text-muted" data-title =" Collapse Panel" ></i >
1515 {% } %}
16- {% if (!ctx.component.hideLabel || ctx.builder) { %}
16+ {% if (!ctx.label.hidden || ctx.builder) { %}
1717 {{ctx.t(ctx.component.title, { _userInput: true })}}
1818 {% } %}
1919 {% if (ctx.component.tooltip) { %}
Original file line number Diff line number Diff line change 11<div class =" row" role =" group"
2- {% if (ctx.component.hideLabel ) { %}
2+ {% if (ctx.label.hidden ) { %}
33 aria-label =" {{ctx.component.label}}"
44 {% } else { %}
55 aria-labelledby =" l-{{ctx.instance.id}}-{{ctx.component.key}}"
Original file line number Diff line number Diff line change 11<div class =" mb-2 card border" >
2- {% if (!ctx.component.hideLabel || ctx.builder || ctx.component.collapsible || ctx.component.tooltip) { %}
2+ {% if (!ctx.label.hidden || ctx.builder || ctx.component.collapsible || ctx.component.tooltip) { %}
33 <div class =" card-header {{ctx.transform('class', 'bg-' + ctx.component.theme)}}"
44 {% if (ctx.component.collapsible) { %}
55 tabindex =" 0"
1313 {% if (ctx.component.collapsible) { %}
1414 <i class =" formio-collapse-icon {{ctx.iconClass(ctx.collapsed ? 'plus-square-o' : 'minus-square-o')}} text-muted" data-title =" Collapse Panel" ></i >
1515 {% } %}
16- {% if (!ctx.component.hideLabel || ctx.builder) { %}
16+ {% if (!ctx.label.hidden || ctx.builder) { %}
1717 {{ctx.t(ctx.component.title, { _userInput: true })}}
1818 {% } %}
1919 {% if (ctx.component.tooltip) { %}
Original file line number Diff line number Diff line change 11<div class =" row" role =" group"
2- {% if (ctx.component.hideLabel ) { %}
2+ {% if (ctx.label.hidden ) { %}
33 aria-label =" {{ctx.component.label}}"
44 {% } else { %}
55 aria-labelledby =" l-{{ctx.instance.id}}-{{ctx.component.key}}"
Original file line number Diff line number Diff line change 11<div class =" mb-2 card border" >
2- {% if (!ctx.component.hideLabel || ctx.builder || ctx.component.collapsible || ctx.component.tooltip) { %}
2+ {% if (!ctx.label.hidden || ctx.builder || ctx.component.collapsible || ctx.component.tooltip) { %}
33 <div class =" card-header {{ctx.transform('class', 'bg-' + ctx.component.theme)}}"
44 {% if (ctx.component.collapsible) { %}
55 tabindex =" 0"
1313 {% if (ctx.component.collapsible) { %}
1414 <i class =" formio-collapse-icon {{ctx.iconClass(ctx.collapsed ? 'plus-square-o' : 'minus-square-o')}} text-muted" data-title =" Collapse Panel" ></i >
1515 {% } %}
16- {% if (!ctx.component.hideLabel || ctx.builder) { %}
16+ {% if (!ctx.label.hidden || ctx.builder) { %}
1717 {{ctx.t(ctx.component.title, { _userInput: true })}}
1818 {% } %}
1919 {% if (ctx.component.tooltip) { %}
You can’t perform that action at this time.
0 commit comments