Hi community!
A question, I have a overview screen with alot of inputfields and dropdowns.
If I open the dropdownlist I see all the values as expected. And some of them are pretty "lengthy" but are correctly displayed.
When a value is selected, in some cases the label is cutted. See sceenshot below:
All values:
When a value is selected:
Of course there are several solutions of "solve" this.
Im looking for a solution to cut it off in a more user friendly way. Like for example :if the selected value consists more than 10 characters make it like "Weggenomen.."
Can someone tell me how I can achieve this?
Kind regards,
Hi Joao,
You can achieve this very simply by adding the following CSS snippet to your theme, like in the image below:
Kind Regards,João
Hi João,
Thank you for your time!
Well I managed to implement your solution. But still the behavior is not as expected. See screenshots below:
Any idea?
João
Hi @Joao Vizela I have created a sample for the same, check if it helps
https://personal-ejuytnht.outsystemscloud.com/Sample_OS/Dropdownsample?_ts=638162350822525978
Thanks
Hello @Joao Vizela
You can take dependency of ellipse action and apply this
You have to add the dependency and then you will be able to use it as a function.
There are some other ways as well where a solution is give to a similar issue you can refer to the below links
Another way is using Substr to your calc attribute -
I hope this will help you.
ThanksTousif Khan