progress on spin button

This commit is contained in:
JFH
2020-11-21 17:11:13 +01:00
parent 9b464b7a32
commit c8a2b70ed4
8 changed files with 24 additions and 389 deletions

View File

@@ -74,7 +74,6 @@ class Dropdown extends ListComboBox {
*/
attributeChangedCallback (name, oldValue, newValue) {
if (oldValue === newValue) return;
console.log({this: this, name, oldValue, newValue});
switch (name) {
case 'title':
// this.$span.setAttribute('title', `${newValue} ${shortcut ? `[${shortcut}]` : ''}`);