Buefy b-field control and message bug
by RomainMazB
HTML
<script src="https://unpkg.com/buefy/dist/buefy.min.js"></script>
<link rel="stylesheet" href="https://unpkg.com/buefy/dist/buefy.min.css">
<link rel="stylesheet" href="https://cdn.materialdesignicons.com/2.5.94/css/materialdesignicons.min.css">
<div id="app">
<b-field label="Label" message="help message">
<b-input placeholder="Search..."
type="search"
icon="magnify">
</b-input>
</b-field>
</div>
Vue
new Vue({
el: "#app",
})