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

Input Field with label "inside" and button add-on is not rounded #2219

Closed
Lukasiniho opened this issue Feb 10, 2020 · 1 comment · Fixed by #2222
Closed

Input Field with label "inside" and button add-on is not rounded #2219

Lukasiniho opened this issue Feb 10, 2020 · 1 comment · Fixed by #2222

Comments

@Lukasiniho
Copy link

Overview of the problem

Buefy version: 0.8.10
Vuejs version: [X.X.X]
OS/Browser: Chrome on Windows 10

Description

https://buefy.org/documentation/field#label-position
The last example shows that the input field with the button add-on does not have rounded corners.

Steps to reproduce

https://buefy.org/documentation/field#label-position See example in documentation

Expected behavior

The input field has rounded corners

Actual behavior

The input field does not have rounded corners

@yxngl
Copy link
Contributor

yxngl commented Feb 10, 2020

Addons in Bulma don't support label. With label, the first child rule for radius breaks. Bulma suggests to use a separate field for normal label position. (edited)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants