Remove DisabledContext and its usage (useContext(DisabledContext, ...) in favor of new useDisabled composable.
Since it will be extremely rare to have to reactivate a child component of a deactivated parent component, usage has been simplified and no longer requires withDefaults(..., { disabled: undefined }).
Context utilities and their documentation have been removed from Web Core.
Description
Remove
DisabledContext
and its usage (useContext(DisabledContext, ...)
in favor of newuseDisabled
composable.Since it will be extremely rare to have to reactivate a child component of a deactivated parent component, usage has been simplified and no longer requires
withDefaults(..., { disabled: undefined })
.Context utilities and their documentation have been removed from Web Core.
Checklist
Fixes #007
,See xoa-support#42
,See https://...
)Introduced by
CHANGELOG.unreleased.md
Review process
Notes: