Text input in uploader custom files list template
-
Hi, All!
I discovered strange behavior of q-input, inserted in uploader custom files list template. I want upload images with descriptions. I add q-input to template and successfully send him value as field to server. If I change focus after entering description, q-input hide entered value, but continues remember it.
You can see this behavior here. Enter description and change focus. Codepen example
I use Quasar Framework v.1.0.0-beta.17
Can someone suggest how to fix this? Thank.