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.
@@ -1553,7 +1553,7 @@ var DateInput = /*#__PURE__*/function (_React$PureComponent) {
1553
1553
  onChange: noop,
1554
1554
  type: "tel",
1555
1555
  value: value,
1556
- placeholder: "".concat(placeholder, " DD/MM/YYYY"),
1556
+ placeholder: placeholder,
1557
1557
  onClick: function onClick() {
1558
1558
  if (disabled) return;
1559
1559
  toggleDropdown();