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.
Do not mutate input value prop directly, use input event and disable …
…confirm in case of error
- Loading branch information
Showing
4 changed files
with
51 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,5 @@ | ||
Bugfix: Disable confirm button in the modal component if there is an error | ||
|
||
We've added check to disable confirm button in the modal component in case the input inside of the modal has an error. | ||
|
||
https://github.com/owncloud/owncloud-design-system/pull/730 |
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 @@ | ||
Bugfix: Use input event instead of keydown in the modal component | ||
|
||
We've started using the input event instead of the keydown in the modal component to properly pass the value of the input. | ||
|
||
https://github.com/owncloud/owncloud-design-system/pull/730 |
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 @@ | ||
Bugfix: Do not mutate input value prop in the modal directly | ||
|
||
We've used a local state as a v-model of the input in the modal to avoid direct mutations of the input value property. | ||
|
||
https://github.com/owncloud/owncloud-design-system/pull/730 |
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