Welcome to the Angular feedback portal. We’re happy you’re here! If you have feedback on how to improve the Angular, we’d love to hear it!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

1
Vote

Description :

When utilizing a DropDownList within an InplaceEditor, the clear icon is not initially visible when the DropDownList gains focus for the first time.

Sample: https://stackblitz.com/edit/angular-hj78as-ms7a6y?file=src%2Fapp.component.ts,src%2Fapp.component.html


Replication procedure:

  1. Run the sample.
  2. Click on the edit button in inplace editor.
  3. Now focus on dropdown list

Current behavior:

Clear icon is not visible


Expected Behavior:

Clear icon should visible  



Validation Details

In the below image, I have initial bind the value and set showClearButton as true, but still the clear icon is not visible.

Once the popup is closed and then opened the clear icon is visible.