[Violation] Added non-passive event listener to a scroll-blocking ‘wheel’ event. Consider marking event handler as ‘passive’ to make the page more responsive. See https://www.chromestatus.com/feature/5745543795965952How to get rid of this verbose?Chrome Version 101.0.4896.x (Official Build) (64-bit)
Chrome Version 101.0.4951.x (Official Build) (64-bit)TIA
The warning is probably caused by the rather old jquery-mousewheel used by Select2.You may google the warning to find out what it is, and you may try passive-events-support.