ods-component-lib 1.17.34 → 1.17.35

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.
@@ -595,8 +595,9 @@ function OdsPhoneInput(props) {
595
595
  enableSearch: props === null || props === void 0 ? void 0 : props.enableSearchField,
596
596
  value: props === null || props === void 0 ? void 0 : props.value,
597
597
  onChange: props === null || props === void 0 ? void 0 : props.onChange,
598
+ placeholder: props === null || props === void 0 ? void 0 : props.placeholder,
598
599
  inputProps: {
599
- required: true
600
+ required: props === null || props === void 0 ? void 0 : props.required
600
601
  }
601
602
  }));
602
603
  }