Closed crisbeto closed 1 week ago
Initially the disabled input was marked as protected, because the actual disabled state is a computed. This seems to break with some compiler options so these changes switches it to be public.
disabled
protected
computed
Fixes #30061.
Initially the
disabled
input was marked asprotected
, because the actual disabled state is acomputed
. This seems to break with some compiler options so these changes switches it to be public.Fixes #30061.