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
The problem is in styles/utilities/mixins.sass line 144, the fix is easy just remove the border property from the mixin, however this change can broke some other components.. however in the docs I can't find a scenario where we use a select html tag to make bulma-o-steps works.
I'm going to wait a quick response from @octoshrimpy to send a PR with this fix or try another way to not override the border for select components (maybe improving the selector), @vaurelios as workaround you can comment that line while waiting for a new version.
The bulma-o-steps cause the bulma select to not display the arrow at the end of select. see screenshots.
just comment out the bulma-o-step import
The text was updated successfully, but these errors were encountered: