wave
wave copied to clipboard
Pagination page size select too narrow
-
@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
See it in the docs
Reproduction
https://codesandbox.io/s/blue-silence-k1wvpr?file=/src/_app.js:84-303
I've edited the description ⬆️ to add a screenshot and a link to our own docs where the issue can be seen
:tada: This issue has been resolved in version 2.1.5 :tada:
The release is available on:
Your semantic-release bot :package::rocket: