README
@vaadin/disabled-state-mixin
This package provides DisabledStateMixin that does the following:
Set
disabledproperty based on thedisabledattribute presenceToggle
aria-disabledattribute whendisabledproperty changes
This package provides DisabledStateMixin that does the following:
<script type="module">
import vaadinDisabledStateMixin from 'https://cdn.skypack.dev/@vaadin/disabled-state-mixin';
</script>
This package provides DisabledStateMixin that does the following:
Set disabled property based on the disabled attribute presence
Toggle aria-disabled attribute when disabled property changes