Extending Tagify with additional options

Hi,
Just a request to extend some of the options available in the Tagify component:

  1. Add ‘No Close on Select’ toggle here:

image

  1. Add a ‘readonly field’ here which must evaluate to true to make the tag readonly (therefore preselected and not removable within the input):
    image

The readonly options currently seem to apply to the input, not the tags themselves.

Thanks.

Hoping these would be relatively easy additions, but I think they’d be very useful!

Thanks so much for adding these options.

Quick query re the read only field…I have a field called universal, it’s boolean and returns as 1 or 0.

I’d expect to either be able to just put this field in the read only field option, or to put universal==1.

image

I’ve tried both and neither seem to set the tag as readonly. Is there something I’m missing in how this should work?