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

Datatable: Inline filterMenuStyle doesn't add css properties #1966

Closed
mattiapv opened this issue Jan 10, 2022 · 0 comments
Closed

Datatable: Inline filterMenuStyle doesn't add css properties #1966

mattiapv opened this issue Jan 10, 2022 · 0 comments
Assignees
Labels
Type: Bug Issue contains a bug related to a specific component. Something about the component is not working vue2-portable
Milestone

Comments

@mattiapv
Copy link

[x ] bug report => Search github for a similar issue or PR before submitting

CodeSandbox Case (Bug Reports)
https://codesandbox.io/s/569b6

Current behavior
Width doesn't change or any other css properties is not added.

Expected behavior
Width should change.

Minimal reproduction of the problem with instructions
Try change filterMenuStyle width to something large like 50rem. :filterMenuStyle="{ width: '50rem' }" the width doesn't change.
If I add filterMenuClass="myClass" and a class myClass the width change.

.myClass {
  width: 50rem;
}
  • Vue version:
    3.2.24

  • PrimeVue version:
    3.10.0

tugcekucukoglu added a commit to tugcekucukoglu/primevue that referenced this issue Jan 14, 2022
@tugcekucukoglu tugcekucukoglu self-assigned this Jan 14, 2022
@tugcekucukoglu tugcekucukoglu added the Type: Bug Issue contains a bug related to a specific component. Something about the component is not working label Jan 14, 2022
@tugcekucukoglu tugcekucukoglu added this to the 3.10.1 milestone Jan 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Issue contains a bug related to a specific component. Something about the component is not working vue2-portable
Projects
None yet
Development

No branches or pull requests

2 participants