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

There is an issue with the alignment of the textbox placeholder when validating the form. We can use “data-msg-containerid" to resolve this issue. But need to provide support to align the error message and placeholder in the correct position without using "Custom error placement".


Sample : https://stackblitz.com/edit/ekzh9a-iqrnbr?file=index.html,index.js


Replication procedure :

  1. Run the sample.
  2. Focus on the "Last Name" text box.
  3. Now focus out of the "Last Name" text box without entering any values.

Expected Output: The placeholder needs to be aligned properly.

Current Output: The placeholder is not aligned properly.