buefy Questions
2
Solved
I saw the following CSS code with what appears to be a triple greater than selector.
.b-table >>> .table-wrapper {
overflow-x: auto;
}
I know it's referencing a Buefy table component ...
7
Solved
My goal is for the user to only enter number from [0-9] not even decimal is allowed
How to do that?
The code
<b-input expanded
type="number"
v-model="amount"
@input="updateValue()"
placeh...
Meantime asked 13/12, 2018 at 3:52
2
Solved
I have been looking for a way to drag and drop rows on a Bootstrap Vue table.
I was able to find a working version here: Codepen
I have tried to implement this code to my own table:
Template:
&l...
Anemology asked 13/2, 2019 at 12:53
4
I'm trying to switch my project from bulma + jQuery to buefy. I load buefy, vue and font awesome from a cdn. ([email protected], [email protected], font awesome 5.2.0). The main problem I...
Menell asked 24/9, 2018 at 17:19
2
Solved
I need to change the color of the bulma CSS placeholder.
I can use the code below for placeholders of normal input that is not bulma,
::-webkit-input-placeholder {
color: blue !important;
}
b...
Terrellterrena asked 22/5, 2019 at 19:55
1
Solved
In Buefy navBar component item element have
<b-navbar-item href="/job">
job
</b-navbar-item>
It render standart a html tag. When clicked, page reloaded. I want use nuxt-link Nuxt ta...
1
I'm using the Buefy CSS Framework, which provides custom vue-js components such as <b-input> and <b-table>, and I've come across a problem testing the <b-input> tag.
import ...
Ambivalence asked 26/6, 2018 at 18:49
1
© 2022 - 2024 — McMap. All rights reserved.