epicmaxco / vuestic-ui

Free and Open Source UI Library for Vue 3 🤘
https://vuestic.dev
MIT License
3.31k stars 321 forks source link

fix(VaSelect): fix `objects-as-options` cannot set status correctly(#4198) #4200

Closed gweesin closed 1 month ago

gweesin commented 1 month ago

closed #4198

Description

Objects should always retain their references because the default method of checking object equality relies on comparing object references when the value of 'valueBy' does not exist, thereby comparing two object references.

Types of changes