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

[Bug][DateTimePicker] The Set button appears after the Cancel button #2619

Open
petar-i-todorov opened this issue Oct 30, 2024 · 0 comments
Open

Comments

@petar-i-todorov
Copy link

I'm submitting a...

  • Bug report

Current behavior

The Set button appears after the Cancel button.

image

However, according to the Rendering truth, the Set button should appear before the Cancel button.

Expected behavior

The Set button to appear before the Cancel button.

Minimal reproduction of the problem with instructions

  1. Open the following article from the documentation: DateTimePicker Overview.
  2. Check the demo and open the DevTools to inspect the order of the action buttons.

What is the motivation or use case for changing the behavior?

In ThemeBuilder, we use KendoReact to render the components. There, the order of the buttons is as explained in this issue. However, in other technologies where the issue does not persist (for example, in Blazor), the order is different. Users may want to change this behavior in ThemeBuilder by setting flex-direction: row-reverse, but once they decide to import the theme generated through ThemeBuilder in their application, the result will be unexpected to them.

Reported through t.1668996.

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

No branches or pull requests

1 participant