If text field on a form (with form layout) was disabled in creation config, then you can't correctly enable it with .enable() call. It happens because Field.onEnable() tries to remove "x-item-disabled" class from the div wrapping both field and it's label, while this class is on the input itself.