Fixed Show Tags Field Without Need To Expand?

Divvens

Well-known member
I made a requirement of 1 tag (compulsory), however the "expand" button needs to be clicked to show the tags input bar... which is confusing when people can't find it and go crazy/ask the same question multiple times on where to add tags.
 
I'll look into this - there should be code that handles it so if there's a required custom field, or a minimum amount of tags, it should expand automatically.
 
This is fixed, now.

As a temporary workaround, to force the inputs to be expanded by default, you can add the following to EXTRA.css:
Code:
.collapsed .itemExtraInput.itemInputs
{
    display: block!important;
    opacity: 1!important;
}
 
I made a requirement of 1 tag (compulsory), however the "expand" button needs to be clicked to show the tags input bar... which is confusing when people can't find it and go crazy/ask the same question multiple times on where to add tags.
How can Tag be made compulsory?
 
Top Bottom