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.
@@ -1559,7 +1559,7 @@ var DateInput = /*#__PURE__*/function (_React$PureComponent) {
1559
1559
  onChange: noop,
1560
1560
  type: "tel",
1561
1561
  value: value,
1562
- placeholder: "".concat(placeholder, " DD/MM/YYYY"),
1562
+ placeholder: placeholder,
1563
1563
  onClick: function onClick() {
1564
1564
  if (disabled) return;
1565
1565
  toggleDropdown();