You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi Im quite new in reporting issue found from the lib. Let me know if I did something wrong.
I found out an issue that when I use disabled props with a toggle like below, the Pagination.First wont toggle the state. Below is simplified example
const [disabled, setDisabled] = createSignal<boolean>(false)
<Pagination>
<Pagination.First
disabled={disabled()}
/>
</Pagination>
// and i have a button to toggle the disabled state here...
The text was updated successfully, but these errors were encountered:
Hi Im quite new in reporting issue found from the lib. Let me know if I did something wrong.
I found out an issue that when I use disabled props with a toggle like below, the Pagination.First wont toggle the state. Below is simplified example
The text was updated successfully, but these errors were encountered: