Skip to content

Card with password field and Chrome warning #2334

Answered by stsrki
nightroman asked this question in Q&A
Discussion options

You must be logged in to vote

Nothing to worry about. Just wrap the fields with form and your good.

<Card>
    <CardBody>
        <Form>
            <Validations @ref="validations" Mode="ValidationMode.Manual" ValidateOnLoad="false">
                <Field>
                    <FieldLabel>Application client ID and secret</FieldLabel>
                    <Validation Validator="@ValidateClientIdSecret">
                        <TextEdit Placeholder="Two GUID values separated by a space"
                                  @bind-Text="@_model.ClientIdSecret"
                                  Role="TextRole.Password">
                            <Feedback>
                                <ValidationError>Expected two GUID v…

Replies: 1 comment 7 replies

Comment options

You must be logged in to vote
7 replies
@nightroman
Comment options

@stsrki
Comment options

@nightroman
Comment options

@stsrki
Comment options

@nightroman
Comment options

Answer selected by nightroman
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants