apasccon / SearchTextField

UITextField subclass with autocompletion suggestions list
MIT License
1.15k stars 254 forks source link

Not visible when text is too long #201

Open amankumarchoudhary opened 3 years ago

amankumarchoudhary commented 3 years ago

When text is very long. How can we show the full text ? Right now, it's ending with ... (triple dot)

For ex- The real text is Coimbatore Chinna Swami Muthu Swami Venu Gopal lyer. But it's showing Coimbatore Chinna Swami Mut... There is lots of name like this, so all text seems to be same.

Please let me know the solution. Thanks

amankumarchoudhary commented 3 years ago

Better if you add a marquee like function.

please help