Browse Source
Feature/improve search label (#1048)
* Improve search label
* Update changelog
pull/1052/head
Thomas Kaul
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
2 additions and
1 deletions
-
CHANGELOG.md
-
apps/client/src/app/pages/portfolio/transactions/create-or-update-transaction-dialog/create-or-update-transaction-dialog.html
|
|
@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 |
|
|
|
|
|
|
|
### Changed |
|
|
|
|
|
|
|
- Improved the label of the (symbol) search |
|
|
|
- Upgraded `nestjs` from version `8.2.3` to `8.4.7` |
|
|
|
- Upgraded `prisma` from version `3.14.0` to `3.15.2` |
|
|
|
|
|
|
|
|
|
@ -34,7 +34,7 @@ |
|
|
|
[ngClass]="{ 'd-none': !activityForm.controls['searchSymbol'].hasValidator(Validators.required) }" |
|
|
|
> |
|
|
|
<mat-form-field appearance="outline" class="w-100"> |
|
|
|
<mat-label i18n>Symbol or ISIN</mat-label> |
|
|
|
<mat-label i18n>Name, symbol or ISIN</mat-label> |
|
|
|
<input |
|
|
|
autocapitalize="off" |
|
|
|
autocomplete="off" |
|
|
|