oruga icon indicating copy to clipboard operation
oruga copied to clipboard

Upload with prop `multiple` does not bind value into v-model

Open masyoudi opened this issue 1 year ago • 1 comments

Overview of the problem

Oruga version: [0.8.2] Vuejs version: [3.3.7] OS/Browser: Linux/Chrome 121.0.6167.139 (64-bit) OS/Browser: Linux/Firefox 122.0 (64-bit)

Description

Value does not bind into v-model

Steps to reproduce

Simply use o-upload with multiple props, like shown in the docs: https://oruga-ui.com/components/Upload.html#drag

image

Expected behavior

Value should bind into v-model

Actual behavior

Value does not bind into v-model

masyoudi avatar Feb 02 '24 06:02 masyoudi

I have the same problom.

The console show warning

useInputHandler.ts:73 Underlaying Oruga input component not found

wxxxcxx avatar Feb 02 '24 10:02 wxxxcxx