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.

[Request] Truncate text in QInput

See original GitHub issue

<q-input type="text" class="ellipsis" />

Hi, class=“ellipsis” into q-input doesn’t work. But, if manually put this class into <input>, work fine See, https://codepen.io/Valianton/pen/OwmBXx

I would like to have a property for a ellipsis in a q-input

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

2reactions
pdanpdancommented, Jan 14, 2020

@Valianton In v1 you can pass any class to the internal input with input-class: https://codepen.io/pdanpdan/pen/BayVExN

0reactions
Valiantoncommented, Jan 14, 2020

Hey, what about truncate text in QInput in Quasar 1.7? I lost the ability to add ellipsis in the input field. Or is there another way to do this? Ellipsis - visibility class does not work =\

Read more comments on GitHub >

github_iconTop Results From Across the Web

Truncate text in input type = file - css - Stack Overflow
Is it possible to truncate text in input type="file" , I mean, when I select file if filename is too long it should...
Read more >
Truncate String with Ellipsis - CSS-Tricks
Hey – would anyone know how to do this with a full word? I've seen text-overflow:ellipsis-word used a couple times but haven't been...
Read more >
Truncating text for smooth looking content | by Jeffry Wainwright
TEXT TRUNCATION IS THE PROCESS OF shortening text content. If text is truncated, it is usually followed with 3 periods called an ellipsis....
Read more >
Truncate user input to another input field - Jotform
I have a couple of forms which allow people to input information such as an org announcement which can be several hundred characters...
Read more >
Data getting Truncated at Text input tool - Alteryx Community
It could have something to do with the type of string field you're using. I'd recommend adding a Select Tool to the app...
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