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!

0
Votes

The type attribute is removed from the input element while the state is updated in the Next.js application.


Replication procedure:

  1. Run the attached sample.
  2. Enter any value in the first textbox and press 'Enter'.
  3. Now check for the type attribute on the input element of the textbox component.
  4. Output: The type attribute is removed from the input element.
  5. Expected: The type attribute should be persist on the input element.