Skip to content

Commit

Permalink
cherry-pick fix from STCOM-1225
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnC-80 committed Dec 11, 2023
1 parent 5b8e82b commit a22d487
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 11 deletions.
12 changes: 2 additions & 10 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,8 @@
* Ensure CSS visibility of datepicker's year input number spinner. Refs STCOM-1225.
* Include pagination height in MCL container height calculation. Refs STCOM-1224.
* Adjusted print styles of panes so that the last pane will print. Refs STCOM-1228, STCOM-1229.

## [12.0.2](https://github.com/folio-org/stripes-components/tree/v12.0.2) (2023-10-20)
[Full Changelog](https://github.com/folio-org/stripes-components/compare/v12.0.1...v12.0.2)

* Add `hasMatchSelection` to `<AdvancedSearch>` to hide/show search match selection dropdown. Refs STCOM-1211.

## [12.0.1](https://github.com/folio-org/stripes-components/tree/v12.0.0) (2023-10-11)
[Full Changelog](https://github.com/folio-org/stripes-components/compare/v12.0.0...v12.0.1)

* Bump `@folio/stripes-testing` to `v4.6.0` for new interactors.
* Accessibility Issues - stripes components. Refs STCOM-1222.
* Display spinner on Datepicker year input. Refs STCOM-1225.

## [12.0.0](https://github.com/folio-org/stripes-components/tree/v12.0.0) (2023-10-11)
[Full Changelog](https://github.com/folio-org/stripes-components/compare/v11.0.0...v12.0.0)
Expand Down
2 changes: 1 addition & 1 deletion lib/Datepicker/Calendar.css
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@
}

input[type="number"].yearInput::-webkit-inner-spin-button {
appearance: initial;
appearance: auto;
opacity: 1;
}

Expand Down

0 comments on commit a22d487

Please sign in to comment.