-
Notifications
You must be signed in to change notification settings - Fork 56
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
Incompatibility issue with Bulma 0.4.0 #32
Comments
Yeah as a result of this I had to copy the files and edit them to my taste. I'm not git savvy myself but here was my solution: WrapperInput.vue
Form.vue (or whatever you call it)
I added an icon myself as I'm using it as a date of birth field but of course that is easily omitted. |
any update here? |
Sorry for replying so late. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
With latest release of Bulma (0.4.0), writing forms must be enclosed by DIV with class field, like this:
which produces:
If I do the same thing with datepicker and "has-addons" on the enclosing DIV, here's what I have:
Note that LABEL needs to be outside when using "has-addons". I think this is another issue from Bulma itself.
The text was updated successfully, but these errors were encountered: