-
Notifications
You must be signed in to change notification settings - Fork 457
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: mark placeholder option as selected in react SfSelect (#3263)
* fix: mark placeholder option as selected in react SfSelect * chore: changeset * refactor: add internal value to vue SfSelect * chore: changeset for vue * refactor: remove redundant <script setup /> from vue components * refactor: internal state in SfSelect * refactor: remove disabled and selected attributes * chore: remove disabled in vue placeholder option * Revert "refactor: remove redundant <script setup /> from vue components" This reverts commit dafb778. * refactor: set inheritAttrs through defineOptions
- Loading branch information
1 parent
da07cce
commit f534058
Showing
6 changed files
with
37 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@storefront-ui/vue': patch | ||
--- | ||
|
||
[FIXED] Fixed `<SfSelect />` value not updated when no `v-model` is used on the component. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@storefront-ui/react': patch | ||
--- | ||
|
||
[FIXED] Fixed `<SfSelect />` placeholder not appearing initially when no value had been selected. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters