-
I'm wondering if it's intentional for the middle button in the bootstrap_combo_nav_js to be disabled & non-editable by the user. Here's a screenshot of what I'm seeing in my app with Bootstrap 5.2.3: I see from the screenshot here https://ddnexus.github.io/pagy/docs/extras/bootstrap/ that the page number field appears to be editable. It makes sense to me that the user should be able to enter a page number there and then hit ENTER to navigate to the entered page. I modified this behavior in another app of mine by making my own version of the pagy_bootstrap_combo_nav_js method and simply removing the 'disabled' class from that input. I can certainly do that again but I just thought I'd ask if this is the intended behavior. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 8 replies
-
It's a known issue. compatibility is broken across bootstrap versions. |
Beta Was this translation helpful? Give feedback.
-
Resolved in version 6.0.1 |
Beta Was this translation helpful? Give feedback.
Resolved in version 6.0.1