Framework7: Bug: <f7-messagebar> value is disappeared after blured

Created on 18 Oct 2018  ·  4Comments  ·  Source: framework7io/framework7

Describe the bug

When typing values on messagebar and loosing the focus (blur), value is disappeared.

To Reproduce

Steps to reproduce the behavior:

  1. Go to http://framework7.io/docs-demos/vue/messages.html?theme=md
  2. Type something on message bar
  3. Click another element (blur)

Expected behavior

Should not be disappeared?

Actual Behavior

Value will be disappeared

outdated

Most helpful comment

This is already fixed in src. But the solution you have is anyway the right way of using it

All 4 comments

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

Was this page helpful?
0 / 5 - 0 ratings