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]: Datepicker - Flexible Width Issue #976

Open
1 task
mehmetranas opened this issue Jan 3, 2025 · 0 comments
Open
1 task

[BUG]: Datepicker - Flexible Width Issue #976

mehmetranas opened this issue Jan 3, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@mehmetranas
Copy link
Contributor

Issue description

Description

The datepicker element should dynamically resize according to the available space to maintain a flexible layout. However, the current implementation only allows passing a static width. As a result, when the screen is resized, the element does not adjust its width, leading to UI compatibility issues.

Steps to Reproduce

  1. Add the datepicker to a responsive layout.
  2. Set a static width for the element.
  3. Resize the browser window or container.
  4. Observe that the datepicker does not adjust its width, causing layout inconsistencies.

Expected Behavior

The datepicker should have a flexible width that adjusts automatically when the screen or container size changes.

Actual Behavior

The datepicker has a fixed width, and does not resize when the screen is resized, causing layout issues.

Media & Screenshots

Screenshot 2025-01-03 at 14 46 59

Baklava Version

3.3.0 beta.9

Operating system

  • OS: Mac

  • Browser chrome:

  • Application: Vue 2.7

Priority this issue should have

Medium (should be fixed soon)

Please review the checkboxes that are applicable.

  • This issue is directly related to React
@mehmetranas mehmetranas added the bug Something isn't working label Jan 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant