Skip to content

Add name prop to StrictReactDOMInputProps#309

Closed
ksheedlo wants to merge 1 commit into
react:mainfrom
ksheedlo:input-name
Closed

Add name prop to StrictReactDOMInputProps#309
ksheedlo wants to merge 1 commit into
react:mainfrom
ksheedlo:input-name

Conversation

@ksheedlo

Copy link
Copy Markdown
Contributor

@necolas necolas left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Supporting name will need more changes than this. I'll do it

min?: ?(string | number),
minLength?: ?number,
multiple?: ?boolean,
name?: ?Stringish,

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The same change is needed in StrictReactDOMTextAreaProps - https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/Elements/textarea#name

necolas added a commit that referenced this pull request May 21, 2025
Allows this attribute to be used on web. No support for native at this
time.

Close #309
@necolas

necolas commented May 21, 2025

Copy link
Copy Markdown
Contributor

@ksheedlo Added you as reviewer to #310

@necolas necolas closed this May 21, 2025
necolas added a commit that referenced this pull request May 21, 2025
Allows this attribute to be used on web. No support for native at this
time.

Close #309
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants