@aemforms/af-core 0.22.72 → 0.22.73

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.
@@ -3449,6 +3449,7 @@ class Field extends Scriptable {
3449
3449
  }
3450
3450
  set required(r) {
3451
3451
  this._setProperty('required', r);
3452
+ this.validate();
3452
3453
  }
3453
3454
  get maximum() {
3454
3455
  if (this.type === 'number' || this.format === 'date' || this.type === 'integer') {
package/lib/Field.js CHANGED
@@ -244,6 +244,7 @@ class Field extends Scriptable_1.default {
244
244
  }
245
245
  set required(r) {
246
246
  this._setProperty('required', r);
247
+ this.validate();
247
248
  }
248
249
  get maximum() {
249
250
  if (this.type === 'number' || this.format === 'date' || this.type === 'integer') {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aemforms/af-core",
3
- "version": "0.22.72",
3
+ "version": "0.22.73",
4
4
  "description": "Core Module for Forms Runtime",
5
5
  "author": "Adobe Systems",
6
6
  "license": "Adobe Proprietary",
@@ -37,7 +37,7 @@
37
37
  },
38
38
  "dependencies": {
39
39
  "@adobe/json-formula": "0.1.50",
40
- "@aemforms/af-formatters": "^0.22.72"
40
+ "@aemforms/af-formatters": "^0.22.73"
41
41
  },
42
42
  "devDependencies": {
43
43
  "@babel/preset-env": "^7.20.2",