I have an issue after updating the plugin to v 2.9.2
I have found out after some debugging that it is caused by sending the wrong hash when submitting a form.
The expected hash and the sent hash are not the same.
There are some third-party add-ons for Elementor that are passing “yes” for the show title and description settings from their widgets, instead of the expected booleans.
Essential Addons for Elementor plugin has released an update to resolve the issue with their widget.
The developers of the Ocean Elementor Widgets plugin should be aware of the issue by now.
A workaround is to set the show title and description toggles in the widget settings to off.
The issue is caused by the tabindex attribute being set to -1.
0 should be used to prevent the plugin including that attribute when preparing the field markup, so the browser will automatically determine the tab order.