FIX: select-kit refactoring

- improve mini-tag-chooser keyboard behavior
- all multil select now respond to select all and left/right arrows
- improve events handling
- many minor tweaks
This commit is contained in:
Joffrey JAFFEUX
2018-03-22 11:29:55 +01:00
committed by GitHub
parent e053697cfa
commit d48542796e
54 changed files with 717 additions and 573 deletions

View File

@ -10,6 +10,6 @@ export default SelectKitHeaderComponent.extend({
@computed("options.showFullTitle")
btnClassName(showFullTitle) {
return `btn ${showFullTitle ? 'btn-icon-text' : 'no-text btn-icon'}`;
return `btn ${showFullTitle ? "btn-icon-text" : "no-text btn-icon"}`;
}
});