db-ui / mono

DB UX Design System Monorepo - Provides Design Tokens and components for Web UIs
https://db-ui.github.io/mono/
Apache License 2.0
66 stars 7 forks source link

DBCheckbox: `v-model` does not work #2449

Open mfranzke opened 7 months ago

mfranzke commented 7 months ago

Which generators are impacted?

Reproduction case

DBCheckbox: v-model does not work

Expected Behaviour

v-model would work on form elements correctly.

Screenshots

No response

Browser version

None

Add any other context about the problem here.

No response

nmerget commented 7 months ago

Right now it only works like this:

                <DBCheckbox v-model:checked="checkboxModel">
                        Checkbox vModel
                    </DBCheckbox>

We should consider to support the default v-model as well