Javascript – Activating a non-pinnable library in rails 7
A rails 7.0.7 application aims to implement an autocomplete feature for a form field. Unfortunately, the library referenced below cannot be pinned ./bin/importmap pin JavaScript-autoComplete Couldn't find any packages in ["JavaScript-autoComplete"] on jspm Thus, the plain JS library has to…