Skip to content

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Edge browser doesn't support amPmAriaLabel prop? #320

Closed
anonymous21155 opened this issue Aug 11, 2023 · 1 comment
Closed

Edge browser doesn't support amPmAriaLabel prop? #320

anonymous21155 opened this issue Aug 11, 2023 · 1 comment
Labels
question Further information is requested

Comments

@anonymous21155
Copy link

My default browser is Edge. I used amPmAriaLabel prop in time picker component, but the AM/PM select input is not appearing. then I tried it on Chrome browser and its visible. Is this a known limitation?

@wojtekmaj
Copy link
Owner

amPmAriaLabel does not make AM/PM select magically appear, but simply adds aria-label to AM/PM select if it's there. Whether or not it's there depends on (from lowest to highest priority):

  • browser locale settings
  • OR locale prop if you've passed it
  • OR format prop if you've passed it

@wojtekmaj wojtekmaj added the question Further information is requested label Aug 11, 2023
Repository owner locked and limited conversation to collaborators Aug 11, 2023
@wojtekmaj wojtekmaj converted this issue into discussion #321 Aug 11, 2023

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants