Hi and thanks for this highly customizable library.
is it possible to make text input in mix mode be one line like a normal html input?
im using Tagify in a project where we want to use it in multiple places like title and description input.
.tagify__input {
white-space: nowrap;
overflow: auto;
}
.tagify__input br{
display: none;
}
.tagify__input div,
.tagify__input p{
display: inline-block;
white-space: nowrap;
overflow: auto
overflow-y: hidden;
}
Most helpful comment