eBay / ebayui-core

Collection of Marko widgets; considered to be the core building blocks for all eBay components, pages & apps
https://ebay.github.io/ebayui-core/
Other
212 stars 97 forks source link

ebay-date-textbox: not formatting date values correctly in input box for some locale input with country code #2189

Closed kentokage closed 1 week ago

kentokage commented 3 weeks ago

Bug Report

eBayUI Version: 13.5.0

Description

The displayed formatted date value in the input box is not correct based on the passed in locale passed when localized is enabled

fr-FR

image

See storybook https://opensource.ebay.com/ebayui-core/?path=/story/form-input-ebay-date-textbox--default&args=localizeFormat:!true;locale:fr-FR

It works with just the language without the country code

fr (expected)

image

Workaround

Use fr instead of fr-FR

Screenshots