You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a workaround, I wrote the following wrapper component for k-list-input and this is working fine.
Pay attention: this is written with Vue 3 and TypeScript
then, just use <k-list-input-wrapper v-model="myVar"></k-list-input-wrapper> (or whatever you called your component to)
Check that this is really a bug
Reproduction link
Form, but no submission
Bug description
I am able to get the values of inputs by using the
v-model
field for "normal" HTML.However, using Konsta, I cannot get the value of the input.
I have tried
value
,:value
andv-model
but none of them seem to work.If I hard-code the value,
value="Something"
, that does work, but I am unable to edit.Expected Behavior
Be able to get the value.
Actual Behavior
By adding
@change = "e => [variable] = e.target.value"
to it, this seems to allow the value to be used/updated.Konsta UI version
0.11.1 (in package.json) - but recently added (v 1.0 +?)
Platform/Target and Browser Versions
Windows 10, Firefox Developers Edition 106.0b4
Validations
Would you like to open a PR for this bug?
The text was updated successfully, but these errors were encountered: