This repository has been archived by the owner on Jan 3, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add label to OcSelect * OcSelect: Add optionLabel prop which is passed as label to vue-select * Move input-id into additional attributes computed prop Co-authored-by: Dominik Schmidt <[email protected]> Co-authored-by: Benedikt Kulmann <[email protected]>
- Loading branch information
1 parent
ec7327e
commit 088159b
Showing
2 changed files
with
119 additions
and
10 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,9 @@ | ||
Change: Label for OcSelect | ||
|
||
We've added a configurable `<label>` for OcSelect accessible via the `label` property. | ||
This shadows the `label` property of `vue-select`. Hence we introduced the `optionLabel` | ||
property on OcSelect which maps to the `label` property of `vue-select`. | ||
|
||
https://github.com/owncloud/owncloud-design-system/pull/1633 | ||
https://github.com/owncloud/owncloud-design-system/pull/1570 | ||
https://github.com/owncloud/owncloud-design-system/issues/1503 |
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