This repository was archived by the owner on Dec 18, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 395
docs-bug(MatFormFieldControl): The guide is missing detailed description of autofilled property #1210
Labels
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. |
darpankumar
pushed a commit
to darpankumar/material2-docs-content
that referenced
this issue
Nov 14, 2023
darpankumar
added a commit
to darpankumar/material2-docs-content
that referenced
this issue
Nov 14, 2023
@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? |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Uh oh!
There was an error while loading. Please reload this page.
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: