Skip to content
This repository has been archived by the owner on Apr 5, 2023. It is now read-only.

abt-link-button, disabled state #45

Closed
shahabganji opened this issue Jan 28, 2018 · 1 comment
Closed

abt-link-button, disabled state #45

shahabganji opened this issue Jan 28, 2018 · 1 comment
Assignees

Comments

@shahabganji
Copy link
Contributor

The abt-link-button control can be clicked when in disabled="true"

@shahabganji shahabganji self-assigned this Jan 28, 2018
@shahabganji shahabganji added this to the Release-Bootstrap milestone Jan 28, 2018
@shahabganji shahabganji removed this from the Release-Bootstrap milestone Jan 28, 2018
@vegarringdal
Copy link

This might be a easy fix
You can prb solve this by adding changeevent to disabled

disabledChanged(newValue){
this.element.disabled = newValue;
}

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants