pebble-web 2.9.2 → 2.9.3

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.
@@ -1587,7 +1587,7 @@ var DateInput = /*#__PURE__*/function (_React$PureComponent) {
1587
1587
  onChange: noop,
1588
1588
  type: "tel",
1589
1589
  value: value,
1590
- placeholder: "".concat(placeholder, " DD/MM/YYYY"),
1590
+ placeholder: placeholder,
1591
1591
  onClick: function onClick() {
1592
1592
  if (disabled) return;
1593
1593
  toggleDropdown();