Dear support,
I get following error message on the consol when I change the dropdown.

The Dropdown is configurated as following

How Can I avoid the error?
Best regards
Collie-IT
I get following error message on the consol when I change the dropdown.

The Dropdown is configurated as following

How Can I avoid the error?
Best regards
Collie-IT
in the admin area or frontend ?
Dear support,
i get the error on front end. On using the drop down, I have debuged deeper in. The problem is the
chronoforms7/chronog3/assets/semantic-ui/semantic.min.js on line 678
I have tryed to update the libery (with the current source) and then I commented out
Beste Regards
Collie-IT
i get the error on front end. On using the drop down, I have debuged deeper in. The problem is the
chronoforms7/chronog3/assets/semantic-ui/semantic.min.js on line 678
$field.on('change click keyup keydown blur', function(e) {
$(this).triggerHandler(e.type + ".dirty");
});I have tryed to update the libery (with the current source) and then I commented out
//$(this).triggerHandler(e.type + ".dirty");After this the error was gone. But this is not the real solution.
Beste Regards
Collie-IT
any specific setting in the dropdown causing this error to occur ? do you have any events in the dropdown ?
how many options does your dropdown have ?
This topic is locked and no more replies can be posted.
