Skip to content
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

Horizontal form doesn't properly convert to mobile mode. #498

Closed
Herteby opened this issue Dec 28, 2017 · 2 comments
Closed

Horizontal form doesn't properly convert to mobile mode. #498

Herteby opened this issue Dec 28, 2017 · 2 comments
Assignees
Labels

Comments

@Herteby
Copy link

Herteby commented Dec 28, 2017

Overview of the problem

Buefy version: 0.6.2
Vuejs version: ?
OS/Browser: Linux Mint/Chrome

Description

The horizontal forms of Buefy don't convert to mobile mode properly, while Bulma's does. The reason seems to be that you're adding the .has-addons class to the field.

Expected behavior

Example from Bulma docs
image

Actual behavior

Example from Buefy docs
image

@Herteby
Copy link
Author

Herteby commented Jan 2, 2018

A workaround is to set :addons="false

@jtommy
Copy link
Member

jtommy commented Jan 2, 2018

Yes it's correct. We could update field component in a a way to remove has-addons class when field is horizontal.

@jtommy jtommy self-assigned this Jan 2, 2018
@jtommy jtommy added the bug label Jan 2, 2018
@jtommy jtommy closed this as completed in 86b6294 Jan 2, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants