question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

q-input type:password Extra icons

See original GitHub issue
<q-input v-model="password" filled :type="isPwd ? 'password' : 'text'" hint="Password with toggle">
        <template v-slot:append>
          <q-icon
            :name="isPwd ? 'visibility_off' : 'visibility'"
            class="cursor-pointer"
            @click="isPwd = !isPwd"
          />
        </template>
</q-input>

1 doc example

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:6 (1 by maintainers)

github_iconTop GitHub Comments

3reactions
pdanpdancommented, Jun 13, 2020
0reactions
rstoenescucommented, Jun 15, 2020

Fix will be available in “quasar” v1.12.5.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Input
The QInput component is used to capture text input from the user. It uses v-model , similar to a regular input. It has...
Read more >
Input (Textfield)
If you use the input type password , the component will hide the characters entered by the user, but it will also offer...
Read more >
How to put fa fa icons inside my input text box? [duplicate]
Hi I tried ur one, at first it working for me, but after I removed @ anuresh's Css, the positions slightly changed. SO...
Read more >
How to place Font Awesome icon to input field
After that, we will place the font-awesome icon inside the input ... input[type=password] { ... Set extra style for the cancel button*/.
Read more >
HTML input type password field - example code and techniques
It is designed to deal with passwords so it's more secure than the normal <input type='text'> we see in every form on the...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found