Skip to content

[v4.5] Fix ui/forms/input component for tag: :textarea #6183

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 6, 2025

Conversation

tvdeyen
Copy link
Member

@tvdeyen tvdeyen commented Mar 6, 2025

Backport

This will backport the following commits from main to v4.5:

Questions ?

Please refer to the Backport tool documentation

https://developer.mozilla.org/en-US/docs/Web/HTML/Element/textarea
In HTML, the initial content of a <textarea> is specified
between its opening and closing tags, not as a `value`
attribute.

Therefore we must set `content`, rather than passing `value` for
 text areas.

(cherry picked from commit 6b48128)
@tvdeyen tvdeyen requested a review from a team as a code owner March 6, 2025 10:03
@tvdeyen tvdeyen added backport-v4.4 Backport this pull-request to v4.4 backport-v4.5 Backport this pull-request to v4.5 changelog:solidus_admin labels Mar 6, 2025
@tvdeyen tvdeyen removed backport-v4.4 Backport this pull-request to v4.4 backport-v4.5 Backport this pull-request to v4.5 labels Mar 6, 2025
@tvdeyen tvdeyen merged commit 10328b9 into v4.5 Mar 6, 2025
13 checks passed
@tvdeyen tvdeyen deleted the backport/v4.5/pr-6174 branch March 6, 2025 10:03
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.

2 participants