Major changes included: - better support for screen readers - trapping focus in modals - better tabbing order in composer - alerts on no content found/number of items found - better autofocus in modals - mini-tag-chooser is now a multi-select component - each multi-select-component will now display selection on one row
8 lines
189 B
JavaScript
8 lines
189 B
JavaScript
import Component from "@ember/component";
|
|
import layout from "select-kit/templates/components/select-kit/errors-collection";
|
|
|
|
export default Component.extend({
|
|
layout,
|
|
tagName: "",
|
|
});
|