-
-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PageSize selection/dropdown not expanding #33
Comments
Hi @sensboston , What is your bootstrap js library version? if it is v5 you need to add this line: |
@LazZiya , I'm using css only, version 4.1.3 (I posted a page source code above). Might be I need to add some scripts but I don't like the idea to add a lot of js code behind. Practically, I already implemented a pretty simple workaround:
Might be, it's a good idea to completely get rid of some third-party scrips in your control? P.S. BTW, I forgot to say "Thank you" for that kind of useful control, it saved a lot of my time! |
Glad to know that this library is helping you and that you found a nice workaround for your issue :) Re using js, as mentioned in the docs it is required when using the dropdown: Thank you for your idea to get rid of some third party scripts! I will consider it as optional feature for a future release. |
Describe the bug
Similar to the #31 but I'm using bootstrap 4.1.3, same as your demos
To Reproduce
Steps to reproduce the behavior:
Start the project, click on PageSize select - nothing happened
Expected behavior
It should expand and show all possible values I provided in settings, i.e.
Screenshots
On the screenshot, the very right select/dropdown is mine, working fine. Your select isn't expanded, unfortunately
Desktop (please complete the following information):
Additional context
Here is my page code:
Here is C# code behind (related to your control):
The text was updated successfully, but these errors were encountered: