You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to be able to paste tags into the search box that are separated by newlines, so the tags themselves can contain spaces? It seems that, because an <input type="text" /> is used, that newlines are converted to spaces before they arrive at the tokenizer function. Is it possible to use a <textarea> as search box instead, so that newlines are preserved?