Welcome to the React feedback portal. We’re happy you’re here! If you have feedback on how to improve the React, 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 :

In the combobox, the footer content does not appear as append inside the popup.

Sample: https://stackblitz.com/edit/react-wbcuod-euzge3?file=index.js,index.html

Replication procedure:

  1. Run the sample.
  2. See the footer content.


Current behavior:

Footer content should not appear like append inside the popup.


Expected Behavior:

Footer content should appear like append inside the popup.




Validation Details:

Same case looking fine in autocomplete and if footer template is render as string looking fine combobox too.

Autocomplete Sample: https://stackblitz.com/edit/react-qarpuh-ndgoxz?file=index.js