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
In the next release, we will update the documentation for this component. And will make the disable feature more consistent for all the form components. Also, we support both the method and property.
Hello,
When i assign a variable (or a condition) to the "Disabled" property, if the value changes the Disabled property doesn't change accordingly.
Example:
<input type="checkbox" @Bind="disabled" />
<AutoComplete @bind-Value="productDisplayName"
TItem="ProductDTO"
DataProvider="ProductDataProvider"
PropertyName="DisplayName"
Placeholder="Type to search..."
OnChanged="(ProductDTO item) => OnProductChanged(item)"
Disabled="@disabled" />
The text was updated successfully, but these errors were encountered: