When typing values on messagebar and loosing the focus (blur), value is disappeared.
Steps to reproduce the behavior:
Should not be disappeared?
Value will be disappeared
Solution is something like..
<f7-messagebar :value="newMessage" v-on:input="newMessage = $event.target.value">
But this is bug or something?
This is already fixed in src. But the solution you have is anyway the right way of using it
@nolimits4web Nice! Gonna be in next releases? (when?)
@l2aelba yep
Most helpful comment
This is already fixed in src. But the solution you have is anyway the right way of using it