@aurodesignsystem-dev/auro-formkit 0.0.0-pr624.29 → 0.0.0-pr624.30

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.
@@ -1642,7 +1642,7 @@ class AuroRadioGroup extends i$2 {
1642
1642
 
1643
1643
  this.optionSelected = event.target;
1644
1644
 
1645
- this.validation.validate(this);
1645
+ this.validation.validate(this, this.optionSelected !== undefined);
1646
1646
  }
1647
1647
 
1648
1648
  /**
@@ -1617,7 +1617,7 @@ class AuroRadioGroup extends i$2 {
1617
1617
 
1618
1618
  this.optionSelected = event.target;
1619
1619
 
1620
- this.validation.validate(this);
1620
+ this.validation.validate(this, this.optionSelected !== undefined);
1621
1621
  }
1622
1622
 
1623
1623
  /**
@@ -1570,7 +1570,7 @@ class AuroRadioGroup extends LitElement {
1570
1570
 
1571
1571
  this.optionSelected = event.target;
1572
1572
 
1573
- this.validation.validate(this);
1573
+ this.validation.validate(this, this.optionSelected !== undefined);
1574
1574
  }
1575
1575
 
1576
1576
  /**
@@ -1570,7 +1570,7 @@ class AuroRadioGroup extends LitElement {
1570
1570
 
1571
1571
  this.optionSelected = event.target;
1572
1572
 
1573
- this.validation.validate(this);
1573
+ this.validation.validate(this, this.optionSelected !== undefined);
1574
1574
  }
1575
1575
 
1576
1576
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aurodesignsystem-dev/auro-formkit",
3
- "version": "0.0.0-pr624.29",
3
+ "version": "0.0.0-pr624.30",
4
4
  "description": "A collection of web components used to build forms.",
5
5
  "homepage": "https://github.com/AlaskaAirlines/auro-formkit#readme",
6
6
  "bugs": {