From cf66b8599372a63c07a8a9c33b448ef2c474e93a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Fromme?= Date: Wed, 24 Sep 2025 10:30:14 +0200 Subject: [PATCH] feat: streamlined tooltip data attributes --- src/Form/Service/ParticipantFieldOptionsProvider.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Form/Service/ParticipantFieldOptionsProvider.php b/src/Form/Service/ParticipantFieldOptionsProvider.php index b66107d..ceacbd7 100644 --- a/src/Form/Service/ParticipantFieldOptionsProvider.php +++ b/src/Form/Service/ParticipantFieldOptionsProvider.php @@ -150,7 +150,7 @@ class ParticipantFieldOptionsProvider extends AbstractFieldOptionsProvider if (true === $service->mandatory) { $attributes['readonly'] = true; $attributes['class'] = 'text-pink'; - $attributes['title'] = 'Diese Leistung ist nicht abwählbar'; + $attributes['data-tooltip'] = 'Diese Leistung ist nicht abwählbar'; } // Add service description as data attribute for frontend use