I'm creating the following shipping form :
When the billing address is the same as the shipping address, the controls in the right column are disabled. But the dropdown does not have the same greyed-out look as the other controls. The dropdown is an editable dropdown, exactly as described here.
When I look at the generated html, the textbox in the dropdown has the same classes as the textbox below it.
Also : this is the code for the dropdown :
I have to set the Disabled property for the textbox in the ValueTemplate or it will be editable (even when the dropdown is disabled). I did not expect that. I would expect it to inherit the fact that it's disabled from the dropdown surrounding it.




