Fix select2 library dependency checks

- Added safety checks for select2 library availability
- Prevents TypeError when select2 library not loaded
- Falls back to regular input behavior when select2 unavailable
- Fixed getSeparator function to handle missing select2 defaults
This commit is contained in:
Micha
2025-07-28 12:54:17 +02:00
parent 9d84a1f21d
commit dda7550181
6 changed files with 104 additions and 329 deletions

File diff suppressed because one or more lines are too long