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
Dropdown does not work properly when attempting to style with Bulma
If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem
It is not a bug, more like a doubt. Bulma follows THIS exact structure for a dropdown. Your documentation styles support a custom autoCompelete prop as follows
I love Bulma, it's light, flexible and handy. But forcing others to use Bulma's dropdown structure isn't the right way.
However, it is usefull to add some tweaks to the vue-simple-suggest to fit your needs. I see the problem and the solution might be to add className map as a prop to manually orchestrate over structure (only class names).
If this will do - don't you mind if I will reformat this issue to fit the target need?
thank you for replying, you are right, core lib should not be modified to add anything, is it possible to add a slot or something or let custom content inside the vue-simple-suggest be shown as it is, last i checked it was not, feel free to reformat the issue
I'm submitting a ...
What is the current behavior?
If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem
It is not a bug, more like a doubt. Bulma follows THIS exact structure for a dropdown. Your documentation styles support a custom autoCompelete prop as follows
What is the expected behavior?
Dropdown menu can be styled as per Bulma s format
How are you importing Vue-simple-suggest?
As a Nuxt plugin
What is the motivation / use case for changing the behavior?
I bet many people use Bulma as a way to style components, could be helpful for all
Please tell us about your environment:
Suggestions on how to fix
Your component does not support my .dropdown-menu divider which I tried to plug between, perhaps if you allow it, that would be a nice start?
The text was updated successfully, but these errors were encountered: