feat: streamlined tooltip data attributes
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user