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][ListBox] toolbarPosition does not respect bottom and none positions #2342

Open
filipKovachev opened this issue Jun 28, 2024 · 0 comments
Labels
Bug Item which indicates that something is not working KendoReact pkg:Listbox SEV: Medium

Comments

@filipKovachev
Copy link
Contributor

I'm submitting a...

  • Bug report

Current behavior

When passing position none to the ListBoxToolbar the UI becomes messed up and if position bottom is passed, the toolbar is not positioned on the bottom

Expected behavior

Setting position none should not mess up the UI and setting bottom should position the toolbar on the bottom.

Minimal reproduction of the problem with instructions

  1. Open this example: https://stackblitz.com/edit/react-2vwsfq-ajqybs?file=app%2Fmain.tsx
  2. Notice how the UI is messed up due to position none being set.
  3. Set toolbarPosition to bottom and observe how it does not take effect.
@filipKovachev filipKovachev added Bug Item which indicates that something is not working pkg:Listbox SEV: Medium KendoReact labels Jun 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Item which indicates that something is not working KendoReact pkg:Listbox SEV: Medium
Projects
None yet
Development

No branches or pull requests

1 participant