Replies: 1 comment
-
@cg0012 You might be better of doing something like |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This is within a laravel project
I am linking to a shared network folder file. An example of the returned text to copy is:
\\cadd1\ImageArchives\output\RevAL\12146.tif
I have a blade component that seems to be working as expected:
and within my blade file:
inspecting the element within dev tools:
looks great..however the text copied is: \cadd1ImageArchivesoutputRevALQ46.tif
any ideas on how I can escape this and get the special characters in the copy? Thanks!
Beta Was this translation helpful? Give feedback.
All reactions