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
Hello,
The kebab menu icon shows up on my jsf page, but it won't show the items when I click on it.
My bootsfaces version 1.2.0. I have tried on different browsers (Chrome, Firefox, IE 11).
This is how i implement it:
I have also tried with <h:form> tag, and copy paste the example code from the documentation on a clean page. The command links work. I am just not sure why the kebab won't show the links.
The text was updated successfully, but these errors were encountered:
mandapie
changed the title
Kebab won't show dropdown items
Kebab won't show dropdown list
May 1, 2018
I've found and fixed the error. As a temporary workaround, adding a hidden <b:dropDown> repairs the kebab menu, too.
The PrimeFaces datascroller makes the kebab menu appear at the beginning of the row. At the moment, I don't see any simple way to solve that without JavaScript. A partial solution is this CSS rule:
Hello,
The kebab menu icon shows up on my jsf page, but it won't show the items when I click on it.
My bootsfaces version 1.2.0. I have tried on different browsers (Chrome, Firefox, IE 11).
This is how i implement it:
I have also tried with <h:form> tag, and copy paste the example code from the documentation on a clean page. The command links work. I am just not sure why the kebab won't show the links.
The text was updated successfully, but these errors were encountered: