- 🇩🇪Germany christianadamski Berlin, Germany
At some point this must have been fixed in v4. Cannot reproduce anymore.
Option Hide textfields
also hides field label and description.
This line produces it: /src/Plugin/Field/FieldWidget/GeolocationMapWidgetBase.php:360
In GeolocationInput::processGeolocation()
wrap lat
and lng
elements in container
$element['coords'] = [
'#type' => 'container',
'#attributes' => [
'class' => [
'visually-hidden',
],
],
];
But it is impossible to get setting hide_textfield_form
value here.
Uncheck Hide textfields
and hide text fields via CSS:
.geolocation-widget-input .form-type-textfield {
display: none;
}
Closed: outdated
3.0
Javascript General / Frontend
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
At some point this must have been fixed in v4. Cannot reproduce anymore.