Skip to content

Conversation

@mirazahmeed
Copy link

What was changed

  • Fixed invalid JSX attribute by replacing minlength with minLength.

Why

  • JSX requires camelCase DOM attributes.
  • Using minlength in JSX is ignored by React and breaks validation.

@pdanpdan
Copy link
Contributor

pdanpdan commented Jan 5, 2026

Hello. Please do not change it like that in the original html example. Take a look at #4359 and add another replace case.

@saadeghi
Copy link
Owner

saadeghi commented Jan 7, 2026

Fixed in #4369

@saadeghi saadeghi closed this Jan 7, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants