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!

1
Vote

ShowClearButton is not shown properly for the input type="email".

Sample : https://stackblitz.com/edit/wqdaec?file=index.html

Replication procedure:

1. Run the sample
2. Type any value but clear button is not shown.
3. If you type “textbox@g” then the clear button is shown.

Note: The same case is for input type=”url”. If we type https:/ then the clear button is shown in the textbox.

https://www.w3schools.com/html/html_form_input_types.asp