Closed
Description
Please add to the documentation of widget callbacks, that the event name is determined concatenating widget name and custom event, but in lowercase, because there is nothing saying this and when I tried I was thinking that my events were not fired.
They were fired, but my widget has camelCase name, then the event name was camelcaseevent and not camelCasevent
Here, in this article, stay: "The event type is determined by concatenating the plugin name and the callback name."
And, should be: "The event type is determined by concatenating the plugin name and the callback name, both in lower case."
Metadata
Metadata
Assignees
Labels
No labels