I have a field of type "url" which has a fairly long URL to to an external website. When I open the particular entity from the list view the data in the field will be displayed as "..." instead of the URL and is not a link which can be clicked. Only after refreshing the page, the URL will be accessible.
I checked the network tab in the dev tools to see the data that is sent from the backend and the URL is present under the respective field.
I also tried changing the field type from "url" to "longtext" and it is still the same. Any idea why this is happening?
I checked the network tab in the dev tools to see the data that is sent from the backend and the URL is present under the respective field.
I also tried changing the field type from "url" to "longtext" and it is still the same. Any idea why this is happening?
Comment