Dolibarr ERP CRM is a modern software package to manage your company or foundation's activity (contacts, suppliers, invoices, orders, stocks, agenda, accounting, ...). it's an open source Web application (written in PHP) designed for businesses of any sizes, foundations and freelancers.
but nowdays with 4k screens it make too much missing data for users into auto lists makes from dictionary then this ticket is to make a new idea or a different point of view with client-side truncate data thanks to https://developer.mozilla.org/fr/docs/Web/CSS/text-overflow
Yes, we must avoid truncation on server side except for security purpose (so only very high threshold should be done on server). Small should be done by css.
Feature Request
Hello all, dolibarr makes server-side truncate text, for example into commonobject.class.php (showInputField fuction):
but nowdays with 4k screens it make too much missing data for users into auto lists makes from dictionary then this ticket is to make a new idea or a different point of view with client-side truncate data thanks to https://developer.mozilla.org/fr/docs/Web/CSS/text-overflow