-
Notifications
You must be signed in to change notification settings - Fork 55
Disabled items should not be selectable #99
Comments
I think it's reasonable to check for an item's Maybe we should expose the |
+1 Sorry @bicknellr I don't really understand what you say in your 2nd paragraph so I'll talk about the first one.
Changing observers: [
…
'_updateSelected(selected)',
…
], to selected: {
type: String,
notify: true,
observer: `_updateSelected`
}, That way, Also, we would need two new methods, to select the previous and next non-disabled item. |
+1 |
2 similar comments
+1 |
+1 |
+25.482631586 |
When calling methods on selectable elements, it should be possible to exclude disabled items from being selectable.
User story:
The text was updated successfully, but these errors were encountered: