Home
last modified time | relevance | path

Searched refs:widgetValue (Results 1 – 1 of 1) sorted by relevance

/misc/config_tools/configurator/packages/vue-json-schema-form/vue3/vue3-core/src/components/
A DWidget.js136 const widgetValue = computed({ constant
156 && widgetValue.value === undefined
157 && widgetValue.value !== props.uiProps.enumOptions[0]
161 widgetValue.value = [];
163 widgetValue.value = props.uiProps.enumOptions[0].value;
325 modelValue: widgetValue.value, // v-model
328 const preVal = widgetValue.value;
330 widgetValue.value = event;

Completed in 6 milliseconds