forge icon indicating copy to clipboard operation
forge copied to clipboard

[paginator] unable to hide page size options

Open DRiFTy17 opened this issue 1 year ago • 0 comments

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:

  1. Add a paginator using the following HTML: <forge-paginator page-size-options="false">
  2. 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: image

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.

DRiFTy17 avatar Aug 22 '23 12:08 DRiFTy17