We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a6dba06 + 7df4d32 commit bb4c9f4Copy full SHA for bb4c9f4
src/components/NcSelect/NcSelect.vue
@@ -991,7 +991,7 @@ export default {
991
return null
992
}
993
// The <input> itself does not have any value so we set the `required` attribute conditionally
994
- return this.value === null || (Array.isArray(this.value) && this.value.length === 0)
+ return this.modelValue === null || (Array.isArray(this.modelValue) && this.modelValue.length === 0)
995
},
996
997
localCalculatePosition() {
0 commit comments