Strange behavior of the defaultValue property of f7-list-input (Vue)
DAnn2012 opened this issue · 1 comments
I noticed a strange behavior of the defaultValue property of f7-list-input (Vue).
In framework7/kitchen-sink/vue/src/pages/inputs.vue there is this code:
In framework7-website/src/pug/docs-demos/vue/inputs.pug there is this code:
framework7-website/src/pug/docs-demos/vue/inputs.pug
Lines 68 to 75 in aae7380
(which looks the same as the previous one)
Instead, the code running on the site shows a different result regarding the defaultValue property:
https://framework7.io/kitchen-sink/vue/index.html?theme=ios
https://framework7.io/docs-demos/vue/inputs.html
Why?
Also, in the list of <f7-list-input> properties of the page Input / Form Elements Vue Components is shown
while the defaultValue parameter is present in the source code of the Vue examples and that appears to work in Framework7-Vue Kitchen Sink
@nolimits4web I seem to understand that in Framework7 version 6 for Vue the default-value
/ defaultvalue
property for f7-list-input
has been completely removed.
I think the documentation and code examples need to be adapted:
framework7-website/src/pug/vue/inputs.pug
Lines 159 to 162 in 034c6ea
framework7-website/src/pug/vue/inputs.pug
Lines 654 to 659 in 034c6ea
framework7-website/src/pug/vue/inputs.pug
Lines 665 to 670 in 034c6ea
framework7-website/src/pug/vue/inputs.pug
Lines 756 to 761 in 034c6ea
framework7-website/src/pug/vue/inputs.pug
Lines 767 to 772 in 034c6ea
framework7-website/src/pug/docs-demos/vue/inputs.vue
Lines 64 to 69 in 034c6ea
framework7-website/src/pug/docs-demos/vue/inputs.vue
Lines 77 to 82 in 034c6ea
framework7-website/src/pug/docs-demos/vue/inputs.vue
Lines 189 to 194 in 034c6ea
framework7-website/src/pug/docs-demos/vue/inputs.vue
Lines 202 to 207 in 034c6ea
Thanks.