Skip to content

Commit d937f16

Browse files
committed
fix: add data-hide-fields attribute to conditional wrapper
1 parent 53b48a2 commit d937f16

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

resources/views/material-admin-26/conditional-wrapper.blade.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@
88
data-enable-section-checkbox="{{ $enableElem }}"
99
@endif
1010

11+
@if($hideFields)
12+
data-hide-fields="true"
13+
@endif
14+
1115
@if($disable)
1216
data-disable="true"
1317
@endif

0 commit comments

Comments
 (0)