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

[Docs] Displayable's default value #3144

Closed
f4n0 opened this issue Nov 19, 2021 · 1 comment
Closed

[Docs] Displayable's default value #3144

f4n0 opened this issue Nov 19, 2021 · 1 comment
Labels
Area: Documentation Something is missing in the documentation.

Comments

@f4n0
Copy link

f4n0 commented Nov 19, 2021

Describe the bug
In the code, the Displayable property has true as the default value, but in the documentation is set to false!

Code:

        /// <summary>
        /// Gets or sets whether column can be displayed on a grid.
        /// </summary>
        [Parameter] public bool Displayable { get; set; } = true;

Docs (https://blazorise.com/docs/extensions/datagrid/getting-started):

    <DocsAttributesItem Name="Displayable" Type="bool" Default="false">
        Whether column can be displayed on a grid.
    </DocsAttributesItem>
@stsrki
Copy link
Collaborator

stsrki commented Nov 19, 2021

Thank. We probably made a simple copy/paste error. We'll fix it soon.

@stsrki stsrki added the Area: Documentation Something is missing in the documentation. label Nov 19, 2021
@stsrki stsrki added this to the 0.9.5 Support milestone Nov 19, 2021
This was referenced Nov 25, 2021
@stsrki stsrki closed this as completed Nov 25, 2021
@stsrki stsrki added this to Support Aug 3, 2024
@stsrki stsrki moved this to ✔ Done in Support Aug 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: Documentation Something is missing in the documentation.
Projects
Archived in project
Development

No branches or pull requests

2 participants