ntohq/buefy-next

.is-static is not working

zhaolinlau opened this issue · 4 comments

Overview of the problem

BuefyNext version: [0.1.3]
Vuejs version: [3.4.21]
OS/Browser: Firefox

Description

.is-static no longer works with <b-input />

Steps to reproduce

  1. add is-static class to <b-input />

Expected behavior

image

Actual behavior

image

Overview of the problem

BuefyNext version: [0.1.3] Vuejs version: [3.4.21] OS/Browser: Firefox

Description

.is-static no longer works with <b-input />

Steps to reproduce

  1. add is-static class to <b-input />

Expected behavior

image

Actual behavior

image

Is is-static a bulma class?

Is is-static a bulma class?

yep

Is is-static a bulma class?

yep

That's strange....

Please see the docs:
image

The bulma class is-static must be passed to the input HTML element therefore you must use the custom-class prop to pass the is-static class to the input element.

What your app.vue need to look like:
image

image