Do you like the Super LOV as much as I do? It is just a great plug-in.
Some customers didn't like the delete button to erase the selected value. I could not find any setting to disable this icon.
Workaround:
Add a dynamic action "after page load" which executes some javascript with this little piece of code:
$('.superlov-modal-delete').remove();
That's it.
Some customers didn't like the delete button to erase the selected value. I could not find any setting to disable this icon.
Workaround:
Add a dynamic action "after page load" which executes some javascript with this little piece of code:
$('.superlov-modal-delete').remove();
That's it.