[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:
- Created 5 years ago
- Comments:5 (2 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@Valianton In v1 you can pass any class to the internal input with
input-class
: https://codepen.io/pdanpdan/pen/BayVExNHey, 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 =\