Skip to content

Commit

Permalink
zaa-date Datepicker width fix (#572)
Browse files Browse the repository at this point in the history
* Fixed zaa-date datepicker width issue

* Update CHANGELOG.md

Co-authored-by: Basil <git@nadar.io>
  • Loading branch information
TheMaaarc and nadar authored Oct 1, 2020
1 parent 96ed843 commit 4c3b4b7
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 14 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/).
In order to read more about upgrading and BC breaks have a look at the [UPGRADE Document](UPGRADE.md).

## 3.6.1 (1. October 2020)

+ [#572](https://github.com/luyadev/luya-module-admin/pull/572) Fixed "zaa-date" datepicker width issue.

## 3.6.0 (30. September 2020)

> This requires LUYA core 1.7
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
},
"require-dev":{
"luyadev/luya-testsuite":"^1.2",
"twbs/bootstrap":"^4.3",
"twbs/bootstrap":"^4.5",
"bower-asset/angular":"^1.7",
"bower-asset/angular-loading-bar":"0.9.0",
"bower-asset/ui-router":"~0.4.0",
Expand Down
22 changes: 11 additions & 11 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/resources/dist/main.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/resources/js/directives.js
Original file line number Diff line number Diff line change
Expand Up @@ -2060,7 +2060,7 @@ zaa.directive("zaaDate", function () {
'<div class="form-side form-side-label">' +
'<label>{{label}}</label>' +
'</div>' +
'<div class="form-side datepicker-wrapper">' +
'<div class="form-side form-inline datepicker-wrapper">' +
'<datepicker class="input-group input-group--append-clickable" date-set="{{pickerPreselect.toString()}}" date-week-start-day="1" datepicker-toggle="false" datepicker-show="{{datePickerToggler}}" date-format="dd.MM.yyyy">' +
'<input class="form-control datepicker-date-input" ng-model="date" type="text" ng-focus="openDatePicker()" />' +
'<div class="input-group-append" ng-click="toggleDatePicker()">' +
Expand Down

0 comments on commit 4c3b4b7

Please sign in to comment.