feat: streamlined tooltip data attributes

This commit is contained in:
Björn Fromme
2026-03-16 11:59:10 +01:00
parent 054d4e52b2
commit 787f69fc46
@@ -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