Skip to content
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

Cant hide format when clicking on the input - DatePicker #3795

Closed
IceCubexZ opened this issue May 12, 2024 · 2 comments · Fixed by #3798
Closed

Cant hide format when clicking on the input - DatePicker #3795

IceCubexZ opened this issue May 12, 2024 · 2 comments · Fixed by #3798

Comments

@IceCubexZ
Copy link

What version of rsuite are you using?

5.58.0

What version of React are you using?

18.0.24

What version of TypeScript are you using (if any)?

5.1.6

What browser are you using?

Chrome

Describe the Bug

This is on version (5.37.0)
image

This is on version (5.58.0)
image

Idk what changed but i want to hide the format when clicking on the input . My whole app is in hebrew and i want to keep it hebrew only .

Expected Behavior

I dont want to see the format on the input when clicking on it

To Reproduce

No response

@simonguo
Copy link
Member

simonguo commented May 13, 2024

Hi @IceCubexZ .

Are you using renderValue to customize rendering? I think it should be the same issue as #3794. I will try to fix it as soon as possible.

You can also set editable to false to disable the date picker from entering the date with the keyboard.

<DatePicker editable={false} />

@simonguo
Copy link
Member

Fixed in v5.61.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants