forge
forge copied to clipboard
[paginator] unable to hide page size options
Describe the bug:
When setting page-size-options="false"
via HTML attribute, the paginator is not hiding the page size select.
It does hide it properly if the value is set after the element renders, but not while the attribute is statically defined on the element.
To Reproduce: Steps to reproduce the behavior:
- Add a paginator using the following HTML:
<forge-paginator page-size-options="false">
- Observe that the page size select is still visible
Expected behavior: The page size select should be hidden regardless of static vs dynamic usage.
Screenshots:
Please complete the following information:
- Forge version:
^2.0.0
- I have searched existing issues before creating this report? Y
- Browser: All
- Platform: All
- OS: All
Additional context: Look at other properties/attributes as well to make sure the same issue doesn't exist with those as well.