Yair Even Or
Yair Even Or
> i want to achieve behavior when nothing is inserterd after the created tag I don't understand what you mean by that..
@andrewms2013 - I'm sorry but this is a browser bug and I really don't know how to solve it
add a tag on tag click? I don't understand. how can you add something by clicking on it before it exists?
Sorry I am currently overly flooded with tasks and I hope to answer you this weekend
Hi, can you please [clone this jsbin](https://jsbin.com/jekuqap/edit?html,js,output) and configure the demo page as you wish, so I could examine?
> Is there any way to keep the textarea focused and with the cursor after the added tag? Yes, the [FAQ section in the README](https://github.com/yairEO/tagify#faq) explains how: https://github.com/yairEO/tagify/issues/524#issuecomment-699140465
Currently it can be changed by: tagify.DOM.input.setAttribute('data-placeholder', 'type some tags')
Thank you, but I don't understand anything of what you've said.. could you put here a video of the problem, or at least steps to reproduce?
@jasonhill - this can and should be done with a simple **CSS** by the developer who implements Tagify It's not a javascript-thing
> A simple configuration flag to hide the placeholder when the tags are not empty would be convenient. @jasonhill - what is the difference between typing the code for that...