-
Notifications
You must be signed in to change notification settings - Fork 397
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-bug(MatFormFieldControl): The guide is missing detailed description of autofilled property #1210
Comments
Hello, can you elaborate on this? I looked through the document, I can't find the 'autofilled' property |
Right. That's the problem. The description is missing. I updated the original issue with the link to the property |
The up to date API docs is here: https://material.angular.io/components/form-field/api#MatFormFieldControl. Although this guide should be updated. I'll move this issue to our docs site repo to track this issue. |
@amysorto I have raised a pr to add the documentation for this issue. Once you get some time please review this PR. |
You can assign this to me as this issue seems to be a bit old by now? |
Documentation Feedback
The guide "Creating a custom form field control" is missing a detailed description of
autofilled
property that is a part of theMatFormFieldControl
class.The information provided in in the ts-doc area for the property in the source code is not sufficient either. I do not understand how to implement this property in my custom component based on the description given.
Affected documentation page
https://v14.material.angular.io/guide/creating-a-custom-form-field-control
The text was updated successfully, but these errors were encountered: