p-autoComplete: Input field remains disabled if using the disabled attribute #191
Labels
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
Milestone
When using the autoComplete component with
[disabled]="myControllerBooleanValue"
, the input remains disabled event whenmyControllerBooleanValue
evaluates tofalse
.The
disabled="false"
attribute is set on the input element, but it seems that browsers only check the presence of this attribute rather than its value. Theui-state-disabled
class is present as well.The text was updated successfully, but these errors were encountered: