Closed andreccorrea closed 2 years ago
Creates and dispatches the event "dal-element-initialized" to notify of the element initialization completed.
Usage:
$(document).on("dal-element-initialized", function(e) { $(`#${e.detail.element.id}`).select2('open').trigger('focus') });
Hi,
Is it possible to mention this in the documentation?
Thanks
Updated JS docs tutorial with initialization event (dal-element-initialized) example.
Creates and dispatches the event "dal-element-initialized" to notify of the element initialization completed.
Usage: