Skip to content

Commit c2464db

Browse files
committed
And the option to hide/place the title.
1 parent 9e4ab53 commit c2464db

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Element/AddressLookupElement.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ public static function processAddressLookupElement(&$element, FormStateInterface
112112
// Display title, description and help on the active element.
113113
$properties = [
114114
'#title' => '#title',
115+
'#title_display' => '#title_display',
115116
// phpcs:ignore DrupalPractice.General.DescriptionT.DescriptionT
116117
'#description' => '#description',
117118
'#help' => '#help',

0 commit comments

Comments
 (0)