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!

0
Votes

Case 1: 

Styles applied globally to target the float label text content span element are not being applied to specific components such as textbox ,combo box , etc .



Replication Procedure:

Expected Output:
The global styles should apply correctly to the float label text content span elements across all components, ensuring consistent styling and presentation.

Current Output:
Styles are not applied to the float label text content span elements in components. 

Case 2: 
The placeholder for the multiselect component is no longer being created consistently, When the multiselect control is reset, the DOM structure for the multiselect component's label changes.

Before resetting the control, the control has the following DOM structure:

After resetting the control, the control has the following DOM structure:
Expected Output:
The Dom structures remain same when resetting the forms . 

Current Output:
The Dom structures are changed and removed the span element when resetting the forms .