wave icon indicating copy to clipboard operation
wave copied to clipboard

Pagination page size select too narrow

Open aspasov86 opened this issue 1 year ago • 1 comments

  • @freenow/wave version: 1.30.0

Relevant code

<Pagination
      pageSize={10}
      pageSizes={[
        { label: "10", value: "10" },
        { label: "20", value: "20" },
        { label: "50", value: "50" },
        { label: "100", value: "100" }
      ]}
    />

What was expected to happen?

Current value to be fully visible instead of seeing the first character only

CleanShot 2024-02-07 at 15 05 38@2x

See it in the docs

Reproduction

https://codesandbox.io/s/blue-silence-k1wvpr?file=/src/_app.js:84-303

aspasov86 avatar May 09 '23 10:05 aspasov86

I've edited the description ⬆️ to add a screenshot and a link to our own docs where the issue can be seen

martimalek avatar Feb 14 '24 12:02 martimalek

:tada: This issue has been resolved in version 2.1.5 :tada:

The release is available on:

Your semantic-release bot :package::rocket:

github-actions[bot] avatar Apr 16 '24 11:04 github-actions[bot]