Readonly tags and position absolute
Hi
First of all. Great job! It's an amazing plugin. Works really well, but I had an issue with the readonly tags, because of the absolute position of the css. If I have content below the tags, it overlaps over them. The solution is to change the position: absolute for the .tags class in the css.
Buuut, if you change the tags to readonly = false, the input field appears below the tags, which is not the desired behaviour. (changing to position: absolute for this works perfect).
Then, the solution, could be using position:relative for the readonly tags, and position:absolute for the non readonly. I solved it when rendering the readonly div, adding to the .tags div another class called readonly, and giving it in the css the position: relative.
I don't know if it's the best solution, but it works for me.
Greetings!
Hi -- thanks for the feedback and detailed description of issue / resolution. I would like to incorporate your solution and will leave this issue open until I have a chance to.