Feat: Enable tagging for activity type selection in forms
This commit is contained in:
@@ -246,6 +246,7 @@
|
||||
|
||||
// Initialize Select2 for activity_type, category, and level
|
||||
$('#activity_type').select2({
|
||||
tags: true,
|
||||
placeholder: 'Select Activity Type',
|
||||
allowClear: true
|
||||
});
|
||||
|
||||
@@ -199,6 +199,7 @@
|
||||
|
||||
// Initialize Select2 for activity_type, category, and level
|
||||
$('#activity_type').select2({
|
||||
tags: true,
|
||||
placeholder: 'Select Activity Type',
|
||||
allowClear: true
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user