You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With #1102, we decided to stop relying on the disabled attribute during API calls and use the readonly (for cc-input-* components) / waiting (for cc-button) attribute instead.
We need to have the same logic for the cc-select component but it doesn't expose any readonly attribute at the moment.
We need to add a readonly attribute / property to the cc-select component.
The text was updated successfully, but these errors were encountered:
Context
With #1102, we decided to stop relying on the
disabled
attribute during API calls and use thereadonly
(forcc-input-*
components) /waiting
(forcc-button
) attribute instead.We need to have the same logic for the
cc-select
component but it doesn't expose anyreadonly
attribute at the moment.We need to add a
readonly
attribute / property to thecc-select
component.The text was updated successfully, but these errors were encountered: