I am currently facing some limitations with a website I am managing.
Unfortunately, I do not have the ability to incorporate additional libraries such as custom jQuery or JavaScript scripts.
My goal is to customize an input field for tags so that when users type spaces, a new tag is added. However, my only option is to utilize CSS for this customization.
Therefore, my question is: can we achieve the same functionality as shown in the image below using just CSS?
Essentially, I want users to be able to input words and have them automatically converted into tags when they press the spacebar.
I came across a script at this link:
Any assistance on this matter would be greatly appreciated.