-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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: