Skip to content
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

Add subscriptSizing support for Material FormField #3559

Closed
craigsh opened this issue Jan 16, 2023 · 2 comments · Fixed by #3567
Closed

Add subscriptSizing support for Material FormField #3559

craigsh opened this issue Jan 16, 2023 · 2 comments · Fixed by #3567

Comments

@craigsh
Copy link

craigsh commented Jan 16, 2023

Is your feature request related to a problem? Please describe.

Material v15 has a subscriptSizing input on FormField which can be 'fixed' or 'dynamic'. As Formly provides a default form-field wrapper, it would be good to be able to set this input to dynamic for my project.

Describe the solution you'd like
Add a property to the form-field wrapper.

@dc-p8
Copy link

dc-p8 commented Jan 18, 2023

+1

As a workaround, if you always want fixed or dynamic, you can use the MAT_FORM_FIELD_DEFAULT_OPTIONS injection token to set the default value of subscriptSizing

@aitboudad
Copy link
Member

This issue has been fixed and released as part of v6.1.1 release.

Please let us know, in case you are still encountering a similar issue/problem.
Thank you!

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

Successfully merging a pull request may close this issue.

3 participants