Datatable: Inline filterMenuStyle doesn't add css properties #1966
Labels
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
vue2-portable
Milestone
[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 classmyClass
the width change.Vue version:
3.2.24
PrimeVue version:
3.10.0
The text was updated successfully, but these errors were encountered: