@openmrs/ngx-formentry 3.0.1-pre.144 → 3.0.1-pre.147

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.
@@ -2557,7 +2557,7 @@
2557
2557
  messages.push(Messages.MIN_LENGTH_MSG.replace('{minLength}', errors.minlength.requiredLength));
2558
2558
  break;
2559
2559
  case 'maxlength':
2560
- messages.push(Messages.MIN_LENGTH_MSG.replace('{maxLength}', errors.maxlength.requiredLength));
2560
+ messages.push(Messages.MAX_LENGTH_MSG.replace('{maxLength}', errors.maxlength.requiredLength));
2561
2561
  break;
2562
2562
  case 'maxdate':
2563
2563
  messages.push(Messages.MAX_DATE_MSG.replace('{maxDate}', errors.maxdate.requiredDate));
@@ -13506,8 +13506,6 @@
13506
13506
  return this.toTextQuestion(schema);
13507
13507
  case 'textarea':
13508
13508
  return this.toTextAreaQuestion(schema);
13509
- case 'textarea':
13510
- return this.toTextAreaQuestion(schema);
13511
13509
  case 'select-concept-answers':
13512
13510
  return this.toConceptAnswerSelect(schema);
13513
13511
  case 'encounterLocation':