这是啥警告It looks like youre using the disabled attribute with a reactive form directive If you set disabled to true
, the form control will be disabled and cannot be interacted with by the user. If you want to conditionally enable or disable a form control based on a certain condition, you should use the [disabled] attribute binding instead.
原文地址: https://www.cveoy.top/t/topic/ibRM 著作权归作者所有。请勿转载和采集!