Skip to content

Commit

Permalink
fix(date-textbox): revert default label
Browse files Browse the repository at this point in the history
  • Loading branch information
LuLaValva committed May 15, 2024
1 parent 0815ba9 commit 886fc9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ebay-date-textbox/index.marko
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { getDateFnsLocale, type DayISO } from "../ebay-calendar/date-utils";
$ const {
a11yOpenPopoverText = "open calendar",
range,
inputPlaceholderText = "MM/DD/YYYY",
inputPlaceholderText = "YYYY-MM-DD",
floatingLabel,
disabled,
localizeFormat,
Expand Down

0 comments on commit 886fc9d

Please sign in to comment.