We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I am using Angular 13 and have the below control in my html
<dx-text-box [showClearButton]="true" style="width: 400px" [(value)]="searchValue" placeholder="Search" (onEnterKey)="onSearchEnterKey($event)"> <dxi-button name="search" location="after" [options]="passwordButton">
below is the list of modules in my app.module file
DevExtremeModule, DxMenuModule, DxRangeSelectorModule, DxPopupModule, DxChartModule, DxPieChartModule, DxVectorMapModule, DxDataGridModule, DxBulletModule, DxButtonModule, DxTextBoxModule, DevExtremeModule, DxTemplateModule
i am getting the below error
**'dxi-button' is not a known element:
if i remove the <dxi-button name="search" location="after" [options]="passwordButton"> , the application compiles successfully.
Note: i am using the same code with an Angular 11 application and devextreme-angular": "^20.2.4", it works perfectly there
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I am using Angular 13 and have the below control in my html
<dx-text-box [showClearButton]="true" style="width: 400px" [(value)]="searchValue"
placeholder="Search" (onEnterKey)="onSearchEnterKey($event)">
<dxi-button name="search" location="after" [options]="passwordButton">
below is the list of modules in my app.module file
i am getting the below error
**'dxi-button' is not a known element:
if i remove the <dxi-button name="search" location="after" [options]="passwordButton"> , the application compiles successfully.
Note: i am using the same code with an Angular 11 application and devextreme-angular": "^20.2.4", it works perfectly there
The text was updated successfully, but these errors were encountered: