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.
package/dist/index.js CHANGED
@@ -599,8 +599,9 @@ function OdsPhoneInput(props) {
599
599
  enableSearch: props === null || props === void 0 ? void 0 : props.enableSearchField,
600
600
  value: props === null || props === void 0 ? void 0 : props.value,
601
601
  onChange: props === null || props === void 0 ? void 0 : props.onChange,
602
+ placeholder: props === null || props === void 0 ? void 0 : props.placeholder,
602
603
  inputProps: {
603
- required: true
604
+ required: props === null || props === void 0 ? void 0 : props.required
604
605
  }
605
606
  }));
606
607
  }