README
@vaadin/disabled-state-mixin
This package provides DisabledStateMixin
that does the following:
Set
disabled
property based on thedisabled
attribute presenceToggle
aria-disabled
attribute whendisabled
property 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