Account created on 20 December 2022, almost 2 years ago
#

Recent comments

🇧🇾Belarus rahunak

I am faced with problem when page has no elements with css class 'meta-sidebar__trigger'.
(error - Cannot read properties of null (reading 'querySelector'))
sidebarTrigger = document.querySelector(".meta-sidebar__trigger") need to wrap conditions to avoid js error.

🇧🇾Belarus rahunak

But code only hide entity id, not remove it.
Sometime entity id may confuse end user.
I got request about hiding id from site owner because entity id confused him.

🇧🇾Belarus rahunak

Added a patch that implements the functionality to hide the 'entityId' in both cases, as described in points 3.1 and 3.2.

🇧🇾Belarus rahunak

I think you forgot add select2 library.
as example in hook_form_alter use this:
$form['#attached']['library'][] = 'select2/select2';

Production build 0.71.5 2024