-
-
Notifications
You must be signed in to change notification settings - Fork 32.3k
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
[docs] Improve demo clarity by using form elements #18241
[docs] Improve demo clarity by using form elements #18241
Conversation
No bundle size changes comparing b29c294...5ae02a2 |
I see that the failure is because |
I suspect an issue with the TypeScript definitions. |
Ja, that's what I mean - shall I add |
@jcuenod I have updated the definition to match the Typography one. It seems to be our best option. |
The
Paper
element is now rendered with aform
and theIconButton
usessubmit
. This makes submitting theInputBase
element much clearer and wires in theIconButton
.Fixes #18240