25.08.2020, 06:24
Add this to Custom JavaScript:
Code:
$(function() {
$('.control.control-textinput').textinput().off('changed', hideControls);
});