79654478

Date: 2025-06-05 12:50:16
Score: 3
Natty:
Report link

So this doesn't work for me as well

tomSelect.settings.plugins = ["remove_button"];

So i've found this in the doc and it works for me.

https://tom-select.js.org/plugins/remove-button/#remove-button

new TomSelect('#input-tags',{
    plugins: {
        remove_button:{
            title:'Remove this item',
        }
    },
    
});
    
Reasons:
  • Whitelisted phrase (-1): works for me
  • RegEx Blacklisted phrase (2): doesn't work for me
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Lk dev