-
Notifications
You must be signed in to change notification settings - Fork 13.4k
feat(textarea): convert to a form associated shadow component #30785
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
base: next
Are you sure you want to change the base?
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
a6088b4 to
1fd0f26
Compare
8334056 to
823943d
Compare
| ``` | ||
| ``` | ||
|
|
||
| <h4 id="version-9x-radio-group">Radio Group</h4> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Radio Group was in the wrong place in this file I just moved it down under Grid.
| // for Firefox, ion-textarea is focused first | ||
| // need to tab again to get to native input | ||
| if (browserName === 'firefox') { | ||
| await page.keyboard.press(tabKey); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I updated the focus behavior to remove the requirement to double tab to get to the native textarea in Firefox.
Issue number: internal
What is the current behavior?
Textarea uses
scopedencapsulation. This causes issues with CSP compatibility and is inconsistent with our goal of having all components use Shadow DOM.What is the new behavior?
ion-textareatoshadowwithformAssociated: trueDoes this introduce a breaking change?
Other information
Dev build:
8.7.13-dev.11765925297.1bb45463