Quasar: [v1] QStepper model gets set to object [InputEvent] when QInput is used inside it

Created on 1 Mar 2019  路  3Comments  路  Source: quasarframework/quasar

Software version

quasar - 1.0.0-beta.5 (It works in beta.4)

JsFiddle

https://codepen.io/skwrl/pen/yweMqj?&editable=true&editors=101

What did you get as the error?

As soon as you type a character in a q-input contained in a qstepper, the entire content of qstep is removed from the DOM because the step value is set to the emitted InputEvent

What were you expecting?

The character I typed to be displayed in the QInput and step to remain unchanged

What steps did you take, to get the error?

Type any character in the QInput.
To recover from the step being InputEvent push the "Continue" button in the step.

Most helpful comment

Thank you for reporting! Fix will be available in beta.6 -- trying to embed some more work into beta.6 for other issues as well and release it ASAP.

All 3 comments

Different symptom of what I assume to be the same bug mentioned in discord chat:

image

It's related to 045f978022f5c4699614c4f6c5c27297c498440c I think. I'll check.

Thank you for reporting! Fix will be available in beta.6 -- trying to embed some more work into beta.6 for other issues as well and release it ASAP.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

nueko picture nueko  路  3Comments

alexeigs picture alexeigs  路  3Comments

adwidianjaya picture adwidianjaya  路  3Comments

victorborgaco picture victorborgaco  路  3Comments

mesqueeb picture mesqueeb  路  3Comments