@brightspace-ui/core 2.159.0 → 2.159.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/components/form/form.js +1 -0
- package/custom-elements.json +12884 -0
- package/package.json +1 -1
package/components/form/form.js
CHANGED
@@ -6,6 +6,7 @@ import { FormMixin } from './form-mixin.js';
|
|
6
6
|
* A component that can be used to build sections containing interactive controls that are validated and submitted as a group.
|
7
7
|
* Values of these interactive controls are aggregated but the user is responsible for handling submission via the @d2l-form-submit event.
|
8
8
|
* @slot - The native and custom form elements that participate in validation and submission
|
9
|
+
* @fires d2l-form-connect - Internal event
|
9
10
|
*/
|
10
11
|
class Form extends FormMixin(LitElement) {
|
11
12
|
|