Skip to content

Commit

Permalink
feat: Adjust some ui/ux in dropdown property components - MEED-8328 - M…
Browse files Browse the repository at this point in the history
…eeds-io/MIPs#176 (#4400)

Adjust some ui/ux in dropdown property in options drawer and contact
drawer dropdown input:
1- icon and label colors of the dropdowninput in contact information
drawer
2- open options drawer once dropdown option switched to true
  • Loading branch information
hakermi authored and exo-swf committed Feb 6, 2025
1 parent e157d0c commit 3aaa69a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -475,6 +475,7 @@ export default {
'setting.dropdownList': function () {
if (this.isDropdownList) {
this.setting.propertyType = this.propertyTypes[0];
this.openDropdownListDrawer();
}
}
},
Expand Down

0 comments on commit 3aaa69a

Please sign in to comment.