Skip to content

Commit

Permalink
Merge pull request #180 from contao-themes-net/bugfix/select-field-va…
Browse files Browse the repository at this point in the history
…lidation

Fix select field validation
  • Loading branch information
MDevster authored Feb 26, 2024
2 parents 61f6db5 + 15e6f90 commit 90ee60c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ Types of changes
Security in case of vulnerabilities.
)

## [2.21.2](https://github.com/contao-themes-net/mate-theme-bundle/tree/2.21.2) – 2024-02-26

- [Fixed] Fix select field validation

## [2.21.1](https://github.com/contao-themes-net/mate-theme-bundle/tree/2.21.1) – 2023-12-04

- [Fixed] Fix slider height
Expand Down
2 changes: 1 addition & 1 deletion src/Module/MateThemeSetup.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

class MateThemeSetup extends BackendModule
{
const VERSION = '2.21.1';
const VERSION = '2.21.2';

protected $strTemplate = 'be_mateTheme_setup';

Expand Down
4 changes: 0 additions & 4 deletions src/Resources/public/sass/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3061,10 +3061,6 @@ input[type="file"] {
fill: $select-caret-color;
pointer-events: none;
}

select {
visibility: hidden;
}
}

.submit {
Expand Down

0 comments on commit 90ee60c

Please sign in to comment.